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