{% extends 'base.html' %} {% block content %}

Hall of Fame

{% for user in users %}
{{ user.username }}
flash_on
computer
{% endfor %}
{% endblock %}