Add auth region, dealing with login form

This commit is contained in:
Wancat
2022-10-21 15:19:45 +08:00
parent 300d49874e
commit 8661c0081d
3 changed files with 118 additions and 89 deletions

4
templates/error.html Normal file
View File

@@ -0,0 +1,4 @@
{{ define "title" }}Error{{ end }}
{{ define "main" }}
<p class="error">{{ .Error }}</p>
{{ end }}