Beispiel #1
0
def stats():
    stats = Stats.get_all()
    return render_template("stats.html", data=stats)