{% extends 'base.html' %} {% block header_links %} View Page {% if logout_url %} Logout {% endif %} {% endblock %} {% block contents %}

Edit Page: {{ page }}

{% endblock %}