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

{{section.label}}

{% endblock %}