pantry/projects/templ.guide/hello.templ

6 lines
72 B
Plaintext
Raw Normal View History

2023-12-17 18:16:38 +03:00
package main
templ hello(name string) {
<div>Hello, { name }</div>
}