You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
323 B
11 lines
323 B
<h3>{{ _('Navigation') }}</h3>
|
|
{{ toctree(includehidden=theme_sidebar_includehidden, collapse=theme_sidebar_collapse) }}
|
|
{% if theme_extra_nav_links %}
|
|
<hr />
|
|
<ul>
|
|
{% for text, uri in theme_extra_nav_links.items() %}
|
|
<li class="toctree-l1"><a href="{{ uri }}">{{ text }}</a></li>
|
|
{% endfor %}
|
|
</ul>
|
|
{% endif %}
|