initial version

This commit is contained in:
2024-01-29 08:04:27 -03:00
commit afd43e3ff3
11 changed files with 338 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{{ define "init_page" }}
<p>Init page</p>
<button class="btn btn-accent" hx-get="/users" hx-swap="outerHTML" hx-target="#content">Get
list of users</button>
{{ end }}