{# Shared mobile menu for both base templates and OOB updates This macro can be used in two modes: - oob=true: Outputs full wrapper with sx-swap-oob attribute (for OOB updates) - oob=false: Outputs just content, assumes wrapper exists (for base templates) The caller can pass section-specific nav items via section_nav parameter. #} {% macro mobile_menu(section_nav='', oob=true) %} {% if oob %}
{% endif %} {% endmacro %} {% macro oob_mobile_menu() %} {% endmacro %}