package components type InputProps struct { Name string Value string Error string Placeholder string } templ Input(props InputProps) { if props.Error != "" { { props.Error } } }