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