cdist-web/src/_templates/navigation.html
2020-06-17 12:30:05 +02:00

9 lines
274 B
HTML

{{ toctree(includehidden=theme_sidebar_includehidden, collapse=true) }}
{% 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 %}