package testmethod type Data struct { message string } templ (d Data) Method() {
{ d.message }
}