{% include "searchbox.html" %}
{% block menu %}
{% set global_toc = toctree(
maxdepth=theme_navigation_depth|int,
collapse=False,
includehidden=theme_includehidden|tobool,
titles_only=theme_titles_only|tobool
) %}
{% if global_toc %}
{{ global_toc }}
{% else %}
{{ toc }}
{% endif %}
{% endblock %}
{% block document %}
{% block body %} {% endblock %}
{% endblock %}