8 lines
71 B
Plaintext
8 lines
71 B
Plaintext
package view
|
|
|
|
templ Index() {
|
|
@Common("HOME") {
|
|
<h1>Index</h1>
|
|
}
|
|
}
|