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

Archives

{% for d in dates %} {% if loop.changed(d.date|strftime('%Y')) %} {{ d.date|strftime('%Y') }} {% endif %} {% endfor %}

{% endblock content_title %}
{% endblock %}