{% extends "wiki/base.html" %} {% block titleblock %} {% if page %} Editing {{ page.address }} {% elif address %} Creating {{ address }} {% else %} Creating the root page {% endif %} {% endblock %} {% block page_content %} {% load addclass %}