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