{# Displays the TOC-subtree for pages nested under the currently active top-level TOCtree element. #} {{- generate_toctree_html( "sidebar", startdepth=0, show_nav_level=theme_show_nav_level | int, maxdepth=theme_navigation_depth | int, collapse=theme_collapse_navigation | tobool, includehidden=theme_sidebar_includehidden | tobool, titles_only=True ) -}}