--- export interface Props { title: string; href: string; target: string; span?: boolean } const { href, target, title, span} = Astro.props; ---
  • {title}