nidus-sync/htmlpage/templates/settings.html
Eli Ribble 4c23eba5d7 Move html pages to a package
That way I can separate out HTML for the public-facing report system and
Nidus sync.
2026-01-07 15:34:09 +00:00

8 lines
158 B
HTML

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