Beispiel #1
0
def api_blog_tag_title(name):
    return jsonify(blogs=Blog.blog_tag_title(g.db, name))
Beispiel #2
0
def blog_tag_title(name):
    return render_template("details.html",blogs=Blog.blog_tag_title(g.db,name))
Beispiel #3
0
def api_blog_tag_title(name):
    return jsonify(blogs=Blog.blog_tag_title(g.db, name))
Beispiel #4
0
def blog_tag_title(name):
    return render_template("details.html",
                           blogs=Blog.blog_tag_title(g.db, name))