Recount-Server/web/index.templ

7 lines
97 B
Text
Raw Normal View History

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