{# Fleet tab strip. Shared header for every page under the "Fleet" sidebar section. Each underlying page (/roster, /seismographs, /sound-level-meters, /modems) keeps its own custom layout — this partial just provides the tab navigation across the top so they feel like one logical area. The active tab is detected from request.url.path so deep links work. Usage at top of any Fleet-section template: {% include 'partials/fleet_tab_strip.html' %} #} {% set _path = request.url.path %}