--- const { eyebrow, title, description, count, id, editorial = false } = Astro.props as { eyebrow?: string; title: string; description?: string; count?: string; id?: string; editorial?: boolean; }; ---
{eyebrow && {eyebrow}}

{title}

{description &&

{description}

}
{count && {count}}