This is a significant overhaul to make it possible to serve totally different templates with different components for the different sites.
8 lines
158 B
HTML
8 lines
158 B
HTML
{{template "authenticated.html" .}}
|
|
|
|
{{define "title"}}Dash{{end}}
|
|
{{define "extraheader"}}
|
|
{{end}}
|
|
{{define "content"}}
|
|
<p>Imagine settings here</p>
|
|
{{end}}
|