{% extends "wiki/base.html" %} {% block title %}Wiki | Special: All Pages{% endblock %} {% block og_title %}Wiki | Special: All Pages{% endblock %} {% block og_description %}A listing for all pages on the wiki{% endblock %} {% block content %}

Special: All Pages

A listing for all pages on the wiki

{% for letter, pages in letters.items() %}

{{ letter }}

{% endfor %}
{% endblock %}