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

{{ title }}

{% endif %} {% for year, articles in article_groups %}

{{ year }}

{% endfor %}
{% endblock %}