--- import Header from "components/Layout/Header.astro"; import Footer from "components/Layout/Footer.astro"; export interface Props { title: string; } const { title } = Astro.props; ---