{# Custom local TOC template with depth limit #} {%- if display_toc %}

{{ _('Table of Contents') }}

{{ toctree(maxdepth=1, collapse=False, includehidden=True) }}
{%- endif %}