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