9 lines
152 B
HTML
9 lines
152 B
HTML
|
|
{{template "authenticated.html" .}}
|
||
|
|
|
||
|
|
{{define "title"}}Dash{{end}}
|
||
|
|
{{define "style"}}
|
||
|
|
{{end}}
|
||
|
|
{{define "content"}}
|
||
|
|
<p>Imagine settings here</p>
|
||
|
|
{{end}}
|