{% block search_results %}
{% block page %} {{ page.content|safe }} {% endblock %}
{% endblock %}
{% block book_navigation %} {% if page.previous and page.previous.path %} {% endif %} {% if page.next and page.next.path %} {% endif %} {% endblock %}