package main // webringBadgeComponent renders the prev/ring/next badge triplet at the // canonical 88x31 button size. templ webringBadgeComponent(data WebringBadgeData) { } func orHash(s string) string { if s == "" { return "#" } return s }