Create settings page placeholder, add auth pattern

This adds a pattern for creating pages that require authentication. The
settings page is currently empty, but it's helpful to figure out how to
do this pattern.
This commit is contained in:
Eli Ribble 2025-11-13 15:50:10 +00:00
parent ae4be91d52
commit 20186f65bf
No known key found for this signature in database
8 changed files with 288 additions and 18 deletions

View file

@ -0,0 +1,7 @@
{{template "authenticated.html" .}}
{{define "title"}}Dash{{end}}
{{define "style"}}
{{end}}
{{define "content"}}
{{end}}