nidus-sync/html/template/sync/settings.html

9 lines
185 B
HTML
Raw Normal View History

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