{% extends "main.html" %} {% block content %} {% for numero in numeros|reverse %}

{{ numero.title_html }}

{{ numero.date.strftime('%d %B %Y') }}

{% endfor %} {% endblock content %}