// routes/_layout.tsx import { PageProps } from "$fresh/server.ts"; import { Head } from "$fresh/runtime.ts"; import { LuCodeXml, LuHouse, LuNotebookPen } from "@preact-icons/lu"; export default function Layout({ Component, url }: PageProps) { const currentPath = url.pathname; return ( <>