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