{% extends "base.html" %} {% block content %} {% for user in users %}

{{ user.name|e }}

{{ user.score }}

{% endfor %} {% endblock %}