Added auth layout and route for login.

This commit is contained in:
mikestefanello 2021-12-03 15:41:40 -05:00
parent 869fa82f14
commit fe0fb8c801
8 changed files with 124 additions and 32 deletions

View file

@ -1,3 +1,3 @@
{{define "content"}}
<p>Click here to return home</p>
<p>Click {{link (call .Reverse "home") "here" .Path}} to return home</p>
{{end}}