package teststyleattribute templ Button[T any](style T, text string) { { text } { text } } func getFunctionResult() (string, error) { return "background-color: red", nil }