{{ _('Navigation') }}
{{ toctree(includehidden=theme_sidebar_includehidden, collapse=theme_sidebar_collapse) }}
{% if theme_extra_nav_links %}
{% for text, uri in theme_extra_nav_links.items() %}
{% if uri == '' %}
{% else %}
- {{ text }}
{% endif %}
{% endfor %}
{% endif %}