Files
got/user/show.templ
2024-03-03 19:55:13 -06:00

5 lines
68 B
Plaintext

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