--- interface Props { title: string; body: string; date: string; href: string; } const { href, title, date, body } = Astro.props; ---
{date}
{body}