{% include "searchbox.html" %}
{{ toctree(includehidden=theme_sidebar_includehidden, collapse=theme_sidebar_collapse, maxdepth=(theme_sidebar_maxdepth|int)) }}
{% if theme_extra_nav_links %}
{% for text, uri in theme_extra_nav_links.items() %}
- {{ text }}
{% endfor %}
{% endif %}