package form templ TextInput(id, fieldType, placeholder string) { } templ TextInputColor(color, id, fieldType, placeholder string) { if color == "" { } else { } } templ Checkbox(text, id string) { }