{% extends "base.html" %} {% block title %}All pages — Wiki{% endblock %} {% block content %} {% include "wiki/_layout.html" %}
{{ total }} page{{ '' if total == 1 else 's' }}, alphabetical.
{% for ch, _ in by_letter %} {{ ch }} {% endfor %}
{% for ch, pages in by_letter %}