{% set toctree = toctree(maxdepth=theme_globaltoc_depth|toint, collapse=theme_globaltoc_collapse|tobool, includehidden=theme_globaltoc_includehidden|tobool) %} {% if toctree and sidebars and 'globaltoc.html' in sidebars %} {% set toctree_nodes = derender_toc(toctree, False) %} {% if toctree_nodes.caption %}

{{ toctree_nodes.caption }}

{% endif %} {# TODO: Fallback to toc? #} {% endif %}