--- import Navbar from "./Navbar.astro" import NavbarDrawer from "./NavbarDrawer.astro" import HamburgerMenuButton from "./HamburgerMenuButton.astro" import Breadcrumb from "../Breadcrumb.astro" import { resolvePathname } from "@/utils/linking" const currentPath = `~${resolvePathname(Astro.originPathname)}` const drawerToggleId = "header-drawer" ---