Recount-Server/web/hello.templ

6 lines
97 B
Text

package web
templ hello(name string) {
<div>Hello { name } </div>
<h1>SUPRISE!!!</h1>
}