{% extends 'base.html' %} {% include 'book/delete_section_modal.html' %} {% include 'book/edit_section_modal.html' %} {% set show_delete_section = True %} {% set show_edit_section = True %} {% block right_sidebar %} {% include 'book/right_sidebar.html' %} {% endblock %} {% block content %} {% include 'book/breadcrumbs_navigation.html'%}

Interpretations page

{% endblock %}