nidus-sync/html/template/sync/settings.html
Eli Ribble 0265e9d3ec
Rework template system, merge templates
The embedded portion doesn't work yet.
2026-02-07 05:53:38 +00:00

8 lines
178 B
HTML

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