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