{% extends "section.html" %} {%- block content -%} {%- for year, posts in section.pages | group_by(attribute="year") -%}
{%- endfor %} {%- endblock content -%}