Files
got/view/user/show.templ
2024-03-03 19:57:33 -06:00

5 lines
68 B
Plaintext

package user
templ Show() {
<h1>Hello from the user page</h1>
}