nidus-sync/htmlpage/templates/empty.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

7 lines
120 B
HTML

{{template "base.html" .}}
{{define "title"}}Dash{{end}}
{{define "extraheader"}}
{{end}}
{{define "content"}}
{{end}}