{# UI/UX V2 Phase 1A — Mobile navigation component (INERT UNTIL INCLUDED) Uses native
, so it requires no JavaScript and cannot interfere with the current application shell. It consumes the same navigation_items_v2 data as navigation_v2.html. #} {% set _mobile_items = navigation_items_v2|default([], true) %} {% set _mobile_label = navigation_aria_label_v2|default('Mobile navigation', true) %} {% if _mobile_items %}
Menu {{ _mobile_label }}
{% endif %}