Files
gtav-src/tools_ng/techart/dcc/motionbuilder2014/python/external/alabaster/navigation.html
T
2025-09-29 00:52:08 +02:00

11 lines
289 B
HTML
Executable File

<h3>Navigation</h3>
{{ toctree(includehidden=theme_sidebar_includehidden) }}
{% 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 %}