--- import Layout from './Default.astro'; const { title, description, date } = Astro.props; --- {title} {description} {date}