{% block search_results %}
{% block page %} {{ page.content|safe }} {% endblock %}
{% endblock %}
{% block book_navigation %} {% if config.pluginsConfig["theme-gestalt-yl"].prevNextNav and page.previous and page.previous.path %} {% endif %} {% if config.pluginsConfig["theme-gestalt-yl"].prevNextNav and page.next and page.next.path %} {% endif %} {% endblock %}