6 lines
55 B
Plaintext
6 lines
55 B
Plaintext
|
package main
|
||
|
|
||
|
templ Home() {
|
||
|
<div>Hello World</div>
|
||
|
}
|