{{ define "base" }} {{ template "meta" . }} {{ if eq .Meta.Env "production" }} {{ end }} {{ if .flashes}}
{{range .flashes}} {{ .Render }} {{end}}
{{ end }} {{ template "header" . }}
{{ template "content" . }}
{{ template "footer" . }} {{ template "sink" .}} {{ end }} {{ define "meta"}}{{end}} {{ define "header"}}{{end}} {{ define "content"}}{{end}} {{ define "footer"}}{{end}} {{ define "sink"}}{{end}}