6 lines
97 B
Text
6 lines
97 B
Text
package web
|
|
|
|
templ hello(name string) {
|
|
<div>Hello { name } </div>
|
|
<h1>SUPRISE!!!</h1>
|
|
}
|