{# Nav-tree fragment — rendered by blog, consumed by all apps. Uses frag_app_name / frag_first_seg instead of request.path / app_name so the consuming app's context is reflected correctly. No hx-boost — cross-app nav links are full page navigations. #} {% set _app_slugs = { 'cart': cart_url('/'), 'market': market_url('/'), 'events': events_url('/'), 'federation': federation_url('/'), 'account': account_url('/'), } %}