package form templ SelectOne(color string, isRound bool) { if isRound {
} else {
} } templ SelectOneItem(name string) { } templ SelectMany(howManySelectable int, color string, isRound bool) {
} templ SelectManyItem(name string) { }