{% extends "index.html" %} {% import "macros.html" as macros %} {% block header %}
{% endblock header %} {% block title %} {% endblock title %} {% block main %}

{{ section.title }}

{{ section.content | safe }} {% for year, pages in section.pages | group_by(attribute="year") %}
{{ year }}
{% endfor %}
{% endblock main %} {% block footer %} {{ macros::footer() }} {% endblock footer %}