Beispiel #1
0
def index():
    return render_template("index.html",
                           lvls=Submission.count_submissions(),
                           usrs=User.count_users())