passwd-mgr/hello.templ

6 lines
71 B
Text
Raw Normal View History

2024-06-20 13:47:04 +00:00
package main
templ hello(name string) {
<div>Hello, { name }</div>
}