--- // Port of preview/pages/navigation.html — seven layout/navbar.html includes // with variant params, rendered with the shared Navbar component. // // Note: fluid-search (variant 5) is a no-op — the search block in the Liquid // condensed branch is dead code (`unless condensed` inside `if condensed`); // the prop exists on Navbar only to mirror the include signature. import DefaultLayout from '@shared/layouts/DefaultLayout.astro'; import Navbar from '@shared/components/navbar/Navbar.astro'; ---