{% extends "base.html" %} {% block title %}{{ view.title }}{% endblock %} {% block content %}

The page you are looking for isn't here.

Create a new page: {{ view.title }}

Browse the wiki content

{% endblock %} {% block commands %} {% if view.user %} Edit {% endif %} {% if context.get_dir_name %} Browse {% endif %} {% endblock %}