created setup

This commit is contained in:
Hazel Noack
2025-06-26 14:29:56 +02:00
parent 9c5b17261f
commit d2bec96645
6 changed files with 147 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
{{define "title"}}
create or join session | {{index . "name"}}
{{end}}
{{define "body"}}
<button class="button is-primary">create session</button>
{{end}}