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