Beispiel #1
0
def users():
    return render_template('users.html', users=User.get_all())