learnlytics-go/templ/generator/test-method/template.templ

10 lines
112 B
Plaintext
Raw Normal View History

2025-03-20 12:35:13 +01:00
package testmethod
type Data struct {
message string
}
templ (d Data) Method() {
<div>{ d.message }</div>
}