learnlytics-go/templ/examples/hello-world-ssr/hello.templ
2025-03-20 12:35:13 +01:00

6 lines
71 B
Plaintext

package main
templ hello(name string) {
<div>Hello, { name }</div>
}