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

Parcourir les archives

{% for year, date_year in dates|groupby( 'date.year' )|sort(reverse=True) %}

{{year}}

{% endfor %} {% endblock %}