+ + {step} · {entry.eyebrow} + + {entry.title} + {entry.description} + + + {entry.count} + + {entry.eyebrow} + + + + + {entry.links.map(link => ( + + {link.label} + + ))} + +
+ + {title} + {primaryTitle} + {primaryDescription} + + + {primaryAction && } + {children} + + + + {facts.map(fact => ( + {fact} + ))} + + +
+ {image && ( + + + + )} + + + {tier} + {title} + {description} + + + {meta.map(({ label, value }) => ( + + {label} + {value} + + ))} + + +
+ {subtitle} + + + {criteria.map(({ description, id, title, weight }) => ( + + {weight} + + {title} + {description} + + + ))} + +
+ + {title} + + {description} + + + {languages.map(language => ( + + {language} + + ))} + {tags.map(tag => ( + + {tag} + + ))} + + + + {sourceUrl && ( + + {sourceLabel} + + )} + {previewUrl && ( + + {previewLabel} + + )} + +
+ + + + {title} + + {description && {description}} + + + {score} + + + + + {meta.map(({ label, value, valueHref }) => ( + + {label} + {valueHref ? {value} : value} + + ))} + +
+ + + {phaseLabel} {phase} + + {dateText} + + + {title} + {description} + + + {facts.map(({ label, meta, value }) => ( + + {label} + + {value} + {meta} + + + ))} + + + {stageGoal && ( + + {stageGoalLabel}: + {stageGoal} + + )} +