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