{# UI/UX V2 Phase 1A — Desktop navigation component (INERT UNTIL INCLUDED) Expected optional context: navigation_items_v2: list of mappings with: label (required), url, active, visible, badge, children navigation_aria_label_v2: accessible label (default: "Primary navigation") The component is deliberately data-driven and contains no role or permission assumptions. A later role pilot will build navigation_items_v2 from the existing permission helpers without changing current access rules. #} {% set _nav_items = navigation_items_v2|default([], true) %} {% set _nav_label = navigation_aria_label_v2|default('Primary navigation', true) %} {% if _nav_items %} {% endif %}