{% extends "base.html" %} {% block content %} {% if error %}
{{ error }}
{% endif %}
{% for i in range(1, 21) %} {% endfor %}
{% endblock %}