- {% block book_body %}
-
- {% block book_inner %}
- {% include "website/header.html" %}
-
-
-
- {% block search_results %}
-
- {% block page %}
- {{ page.content|safe }}
- {% endblock %}
-
- {% endblock %}
-
-
- {% endblock %}
-
-
- {% block book_navigation %}
- {% if page.previous and page.previous.path %}
-
-
-
- {% endif %}
- {% if page.next and page.next.path %}
-
-
-
- {% endif %}
- {% endblock %}
- {% endblock %}
-