nixin-backend/hello.templ
2024-10-03 12:26:34 +03:00

5 lines
71 B
Text

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