nixin-backend/hello.templ

6 lines
71 B
Text
Raw Normal View History

2024-10-03 09:26:34 +00:00
package main
templ hello(name string) {
<div>Hello, { name }</div>
}