passwd-mgr/hello.templ
2024-06-20 16:47:04 +03:00

5 lines
71 B
Text

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