{% extends 'index.html' %} {% block nav %}{% include 'special-nav.html' %}{% endblock %} {% block content %}

{{title}}

Here are the users on this wiki:

{%if users%} {%else%}

This wiki has no users! You can edit its configuration file to add some.

{%endif%}
{% endblock %}