{#-
Layout with a sidebar, for all documentation pages.
Sidebar on the left, main content on the right.
-#}
{% extends "layout.html" %}
{% block document %}
{%- if pagename != master_doc and theme_show_breadcrumbs|tobool %}
{%- include "breadcrumbs.html" %}
{% endif -%}
{% block body %}{% endblock %}
{%- if theme_show_prev_next|tobool %}
{%- include "prev_next.html" %}
{%- endif %}
{#- scroll to top button -#}
{%- if theme_show_scrolltop|tobool -%}
{%- include "scrolltop.html" %}
{%- endif -%}
{% endblock %}