Files

8 lines
178 B
HTML
Raw Permalink Normal View History

2026-05-12 19:40:31 +09:00
{%- extends "layout.html" %}
{% set title = _('Tree') %}
{% block body %}
<h1>{{ _('Tree') }}</h1>
{{ toctree(includehidden=True, collapse=False, maxdepth=-1) }}
{% endblock %}