wstempl/view/index.templ
2025-05-09 17:30:37 +07:00

8 lines
71 B
Plaintext

package view
templ Index() {
@Common("HOME") {
<h1>Index</h1>
}
}