--- export interface Props { title?: string; } import Nav from '../components/nav/Nav.astro'; import Footer from '../components/Footer.astro'; const { title } = Astro.props; --- thomaspcole.com {title}