{% extends "base.html" %} {% block title %}All Pages — {{ site.title }}{% endblock %} {% block content %}

All Pages

{% for group, articles in groups.items() %}

{{ group.title() if group else "/" }}

{% endfor %}
{% endblock %}