{{ section.title }}
{% 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
%}