Files
cloud/templates/hello.templ

5 lines
75 B
Plaintext
Raw Permalink Normal View History

2026-03-02 11:46:44 +08:00
package templates
templ Hello(name string) {
<div>Hello, { name }</div>
}