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