{{define "base.html"}} {{template "title" .}} {{template "top_css" .}}
{{template "page_title" .}}
{{if .page_subtitle}}{{.page_subtitle}}{{end}}
{{if eq .baseData.Active "dashboard"}} {{end}}
{{template "page_content" .}}
{{template "bottom_js" .}} {{end}}