Recount-Server/web/hello.templ

8 lines
122 B
Text
Raw Normal View History

2024-01-12 15:48:31 -08:00
package web
templ hello(name string) {
<title>Hello</title>
2024-01-12 15:48:31 -08:00
<div>Hello { name } </div>
<h1>SUPRISE!!!</h1>
}