{% extends "page.html" %} {% block title %}{{ config.title }} | {{ section.title }}{% endblock title %} {% block content %}

{{ section.title }}

{% if section.pages %} {% for year, posts in section.pages | group_by(attribute="year") %}

{{ year }}

{% endfor %} {% else %}

No posts yet.

{% endif %}
{% endblock content %}