From 629b0189b7bf20c748a1d37f8803ad0e3ffb8a49 Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Tue, 28 Nov 2023 05:24:30 -0500 Subject: working container compose w/database, no more auth package, message template partial, working html template writing, auth routes in user/routes.go --- ui/pages/user/create.tmpl.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ui/pages/user/create.tmpl.html (limited to 'ui/pages/user/create.tmpl.html') diff --git a/ui/pages/user/create.tmpl.html b/ui/pages/user/create.tmpl.html new file mode 100644 index 0000000..5e1087a --- /dev/null +++ b/ui/pages/user/create.tmpl.html @@ -0,0 +1,20 @@ +{{define "title"}}Create User{{end}} + +{{define "main"}} +

Create User

+
+ + + + +
+{{end}} -- cgit v1.2.3