mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 11:16:46 +00:00
12 lines
240 B
HTML
12 lines
240 B
HTML
|
|
<div class="sidebar-block">
|
|
<div class="sidebar-toc">
|
|
{% set toctree = toctree(maxdepth=2, collapse=True, includehidden=True) %}
|
|
{% if toctree %}
|
|
{{ toctree }}
|
|
{% else %}
|
|
{{ toc }}
|
|
{% endif %}
|
|
</div>
|
|
</div>
|