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