{% extends template.self %} {% block header_nav %} {% endblock %} {% block page %} {{ super() }}
{% if page.previous and page.previous.path %} Previous: {{ page.previous.title }} {% endif %} {% if page.next and page.next.path %} Next: {{ page.next.title }} {% endif %}
{% endblock %}