{% extends "!layout.html" %} {# put the sidebar before the body #} {% block sidebar1 %}{{ sidebar() }}{% endblock %} {% block sidebar2 %}{% endblock %} {# - Do not mention Python staff in the search box instructions - Display complete TOC #} {%- macro sidebar() %} {%- if not embedded %}{% if not theme_nosidebar|tobool %}
{%- endif %}{% endif %} {%- endmacro %}