Пример #1
0
def blog_classify_by_date(date):
    return render_template("index.html", blogs=Blog.blog_tag(g.db, date))
Пример #2
0
def blog_classify_by_date(date):
    return render_template("index.html", blogs=Blog.blog_tag(g.db, date))
Пример #3
0
def blog_classify_by_tag(tag):
    return render_template("index.html", blogs=Blog.blog_tag(g.db, tag))
Пример #4
0
def blog_classify_by_tag(tag):
    return render_template("index.html", blogs=Blog.blog_tag(g.db, tag))