datasette/docs/_templates/sidebar/navigation.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
256 B
HTML
Raw Permalink Normal View History

2022-05-20 13:34:51 -07:00
<div class="sidebar-tree">
<ul>
<li class="toctree-l1"><a class="reference internal" href="{{ pathto(master_doc) }}">Contents</a></li>
</ul>
{{ toctree(
collapse=True,
titles_only=False,
maxdepth=3,
includehidden=True,
) }}
</div>