6 lines
71 B
Text
6 lines
71 B
Text
|
package main
|
||
|
|
||
|
templ hello(name string) {
|
||
|
<div>Hello, { name }</div>
|
||
|
}
|