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

    {body}