Exemplo n.º 1
0
def list_tag(page):
    tag = Tag.all_page(page)
    return render_template("admin/listtag.html",tag=tag,keyword=None)