{% extends 'base.html' %} {% block header_links %} {% 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 %} {{ page.title }} {% if sidebar or page.sidebar_toc %} {% if page.sidebar_toc %}{{ page_toc|safe }}{% endif %} {{ page_sidebar|safe }} {% endif %} {{ page_content|safe }} {% else %} This page ({{ page_location }}) does not exist, yet. {% endif %} {% endblock %}
This page ({{ page_location }}) does not exist, yet.
{{ page_location }}