{{ section.title }}
{{ section.content | safe }} {% for year, pages in section.pages | group_by(attribute="year") %}{{ year }}
-
{% for page in pages %}
- {{ page.title }} {{ page.date | date(format="%b %d") }} {% endfor %}
{% extends "index.html" %} {% import "macros.html" as macros %} {% block header
%}