--- export interface Props { title: string body: string href: string newTab?: boolean rel?: string } const { href, title, rel, body, newTab = false } = Astro.props ---