This is a significant overhaul to make it possible to serve totally different templates with different components for the different sites.
7 lines
129 B
HTML
7 lines
129 B
HTML
{{template "authenticated.html" .}}
|
|
|
|
{{define "title"}}Dash{{end}}
|
|
{{define "extraheader"}}
|
|
{{end}}
|
|
{{define "content"}}
|
|
{{end}}
|