{% 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) %} {# TODO: Fallback to toc? #} {% endif %}