--- interface Props { id: string; eyebrow: string; title: string; /** Monospace index like "01" shown beside the eyebrow. */ index?: string; } const { id, eyebrow, title, index } = Astro.props; --- {index && {index}}{eyebrow} {title}
{index && {index}}{eyebrow}