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