{{ block "styles" . }}styles{{ end }}
{{ .BaseContext.DoInitCheck }}
{{ range .BaseContext.Menu }}
{{ .Title }}
{{ end }}
{{ range .BaseContext.Crumbs }}
{{ .Title }}
{{ end }}
{{ template "title" . }}
{{ if .BaseContext.Actions }}
{{ range .BaseContext.Actions }}
{{ .Title }}
{{ end }}
{{ end }}
{{ block "content" . }}content{{ end }}
{{ block "scripts" . }}scripts{{ end }}