{{ block "styles" . }}styles{{ end }} {{ .BaseContext.DoInitCheck }}

{{ template "title" . }}

{{ if .BaseContext.Actions }}
{{ range .BaseContext.Actions }} {{ .Title }} {{ end }}
{{ end }}
{{ block "content" . }}content{{ end }}
{{ block "scripts" . }}scripts{{ end }}