--- import "~/assets/styles/base.css"; import Header from "~/components/astro/headers/BasicHeader.astro"; import Footer from "~/components/astro/footers/BasicFooter.astro"; const { title = "", description = "", withHeader = true } = Astro.props; --- {title}