{% extends 'base.html' %} {% block header_links %} View Page {% if is_logged_in %} Edit Page {% if logout_url %} Logout {% endif %} {% elif login_url %} Login {% endif %} {% endblock %} {% block location_links %} {% for path, name in path_locations %} {{ name }} {% endfor %} {% endblock %} {% block contents %}

History for: {% if page %}{{ page.title }}{% else %}{{ page_location }}{% endif %}

{% endblock %}