5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
|
|
package templates
|
||
|
|
|
||
|
|
templ Hello(name string) {
|
||
|
|
<div>Hello, { name }</div>
|
||
|
|
}
|