{%- if pagename != master_doc and theme_show_breadcrumbs|lower == 'true' %} {%- include "breadcrumbs.html" %} {% endif -%} {#- for normal pages, the "body" block is rendered in `page.html` which is inherited unmodified from the "basic" theme. -#} {% block body %}{% endblock %} {%- if theme_show_prev_next|lower == 'true' %} {%- include "prev_next.html" %} {%- endif %}