learnlytics-go/templ/examples/hello-world-static/hello.templ

6 lines
71 B
Plaintext
Raw Normal View History

2025-03-20 12:35:13 +01:00
package main
templ hello(name string) {
<div>Hello, { name }</div>
}