mirror of
https://github.com/simonw/datasette.git
synced 2026-06-03 07:37:00 +02:00
11 lines
256 B
HTML
11 lines
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>
|