{% extends 'base.html' %} {% block header_links %} Page History {% 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 %}
{% if page %}

{% if page.is_historical %} Previous version ({{ page.hashed_id }}): {% endif %} {{ page.title }}

{% if sidebar or page.sidebar_toc %} {% endif %} {% else %}

This page ({{ page_location }}) does not exist, yet.

{% endif %}
{% endblock %}