{{/* meta_badge — one catalog-metadata pill (lifecycle now, R-56 difficulty later). Takes a *MetaBadge; renders nothing when nil, so callers can pass the funcmap result directly without an {{if}} around every call site. */}} {{define "meta_badge"}}{{with .}}{{.Label}}{{end}}{{end}}