golang-templ-and-tailwind/hello.templ

5 lines
73 B
Plaintext

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