package form type NewParam struct { HxPost string } templ New(param NewParam) { if param.HxPost != "" {
{ children... }
} }