setup done

This commit is contained in:
Beto
2024-03-03 19:55:13 -06:00
parent 89b7c07023
commit 4327e9fc8d
6 changed files with 76 additions and 0 deletions

5
user/show.templ Normal file
View File

@@ -0,0 +1,5 @@
package user
templ Show() {
<h1>Hello from the user page</h1>
}