{%- extends 'layout.html' -%}
{%- block body %}
{%- set only_header = sidebars == ['navbar_links.html.jinja'] %}
{%- if not only_header and sidebars|length > 0 %}
{%- endif %}
{%- if pagename != master_doc and theme_show_breadcrumbs|tobool %}
{%- include 'breadcrumbs.html.jinja' %}
{%- endif %}
{{ body }}
{%- if show_previous_next_pages|tobool %}
{%- include 'previous_next.html.jinja' %}
{%- endif %}
{%- endblock body %}