mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
11 lines
No EOL
256 B
HTML
11 lines
No EOL
256 B
HTML
<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> |