{% block sidebartitle %} {% if not theme_logo_only %} {{ project }} {% endif %} {% if logo %} {{ _('Logo') }} {% endif %} {% endblock %}
{% block navigation %}
{% include "searchbox.html" %} {% block menu %} {% if 'singlehtml' not in builder %} {% set global_toc = toctree( maxdepth=theme_navigation_depth|int, includehidden=theme_includehidden|tobool, titles_only=theme_titles_only|tobool) %} {% endif %} {% if global_toc %} {{ global_toc }} {% else %}
{{ toc }}
{% endif %} {% endblock %}
{% endblock %} {% block navigation_footer %} {% endblock %}
{% block topbar %} {% if logo and theme_logo_only %} {% else %} {{ project }} {% endif %}   {% endblock %}