{% include "components/section-switcher.html" %}
{% if lumina_section_toctree is defined and lumina_section_toctree %}
{% else %}
{% endif %}
{% if theme_show_attribution == "true" %}
{% endif %}
{# Mobile sidebar overlay #}
{# Backdrop #}
{# Drawer — dismissed via backdrop tap, the hamburger toggle
in the header, or the Escape key (no in-drawer close
button: the backdrop is the always-visible affordance). #}
{# in_drawer suppresses the element id so it isn't duplicated
across the desktop sidebar and this drawer. #}
{% with in_drawer = true %}
{% include "components/section-switcher.html" %}
{% endwith %}
{# Flattened nav links for mobile #}
{% if theme_nav_links and theme_nav_links != "" %}
{% for link in theme_nav_links %}
{% if link.children is defined %}