{% extends "section.html" %}
{%- block content -%}
{%- for year, posts in section.pages | group_by(attribute="year") -%}
{%- for post in posts %}
-
{{- post.title -}}
{{ post.date | date(format="%d %h %Y")}}
{%- endfor %}
{%- endfor %}
{%- endblock content -%}