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