PySimpleGUI/mkdocs_ivory/toc.html

7 lines
261 B
HTML
Raw Normal View History

2021-09-27 18:00:40 +00:00
{%- for toc_item in page.toc %}
{%- if toc_item.children %}
{%- for toc_item in toc_item.children %}
<li class="toctree-l{{ navlevel + 1 }}"><a class="nav-item toc" href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
{%- endfor %}
{%- endif %}
{%- endfor %}