nidus-sync/templates/settings.html
Eli Ribble 20186f65bf
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.
2025-11-13 16:48:23 +00:00

8 lines
152 B
HTML

{{template "authenticated.html" .}}
{{define "title"}}Dash{{end}}
{{define "style"}}
{{end}}
{{define "content"}}
<p>Imagine settings here</p>
{{end}}