{# layout.html #} {# Import the theme's layout. #} {% extends "!layout.html" %} {# SIDE NAV, TOGGLES ON MOBILE #} {% block menu %} {% set toctree = toctree(maxdepth=-1, collapse=False,titles_only=True, includehidden=True) %} {{ toctree }} {% endblock %} {%- block extrahead %} {% endblock %}