--- export interface Props { title: string jumpId: string } const { title, jumpId }: Props = Astro.props ---
{title}