Beispiel #1
0
def index():
    return render_template("index.html",
                           comment_count=User.comment_count(),
                           thread_count=User.thread_count())