{# Shared desktop + mobile menu markup driven by lists of dicts (see README / defaults.py). #} {# Requires: theme_turingq_logo_href + theme_turingq_nav from html_theme_options (with defaults injected). #} {% macro _dropdown_icon() -%} {%- endmacro %} {# Desktop: plain .menu-link on top-level #} {% macro render_desktop(nav) %} {% endmacro %} {# Mobile drawer: ct-menu-link on anchors #} {% macro render_mobile(nav) %} {% endmacro %}