{% extends 'base.html' %} {% block title %}Brouillons | {{ SITENAME }}{% endblock %} {% block content %}

Brouillons

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

{{ year }}

{% endfor %}
« Back to Home
{% endblock %}