{% extends "base.html" %} {% block content %} {% set section = get_section(path="weblog/_index.md") %}

Archive

{% for year, posts in section.pages | group_by(attribute="year") %}

{{ year }}

{% endfor %}
{% endblock %}