{{ define "main" }} {{ template "head" . }}
{{ template "header" . }} {{ if .Login }} {{ end }}
{{ block "content" .Data }}{{ end }} {{ block "content-with-session" . }}{{ end }}
{{ end }} {{ define "head" }} {{ .Config.Site.Name }} - {{ block "title" .Data }} {{ end }} {{ end }}