{% 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 }} {% for post in posts %} {{ post.title }} {% endfor %} {% endfor %} {% else %} No posts yet. {% endif %} {% endblock content %}
No posts yet.