--- import Head from "@components/Head.astro"; import Nav from "@components/Nav.astro"; // import Footer from "@components/Footer.astro"; import "@styles/global.sass"; const { title, description } = Astro.props; ---