{%- block sidebar1 %} {% if theme_show_sidebar|tobool and not theme_sidebar_right|tobool %}{{ sphinxsidebar() }}{% endif %} {% endblock %}
{%- block document %}
{%- block sidebar2 %}{% if theme_show_sidebar|tobool and theme_sidebar_right|tobool %}{{ sphinxsidebar() }}{% endif %}{% endblock %}
{%- if render_sidebar %}
{%- endblock %}
{%- endif %}
{%- endif %}
{% block body %} {% endblock %}
{%- if render_sidebar %}