--- const { title, subTitle } = Astro.props; interface Props { title: string; subTitle: string; } ---

{title}

{subTitle}