package components type InputProps struct { Label string Name string Type string Placeholder string Value string Error string } templ Input(props InputProps) {
{ props.Error }