8 lines
178 B
HTML
8 lines
178 B
HTML
{{ template "sync/authenticated.html" . }}
|
|
|
|
{{ define "title" }}Dash{{ end }}
|
|
{{ define "extraheader" }}
|
|
{{ end }}
|
|
{{ define "content" }}
|
|
<p>Imagine settings here</p>
|
|
{{ end }}
|