From 8d66ec58e2256412a2fd50ad9e651c09af1ea8cc Mon Sep 17 00:00:00 2001 From: GrailFinder Date: Sun, 28 Apr 2024 07:03:36 +0300 Subject: Feat: auth middleware; login [wip] --- components/auth.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 components/auth.html (limited to 'components/auth.html') diff --git a/components/auth.html b/components/auth.html new file mode 100644 index 0000000..78ad338 --- /dev/null +++ b/components/auth.html @@ -0,0 +1,21 @@ +{{define "auth"}} +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+
+
+{{end}} -- cgit v1.2.3