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

{title}

{description}