{{ block "title" . }} {{ if .IsHome }}{{ $.Site.Title }}{{ else }}{{ .Title }} :: {{ $.Site.Title }}{{ end }} {{ end }} {{ partial "head.html" . }} {{ $container := cond ($.Site.Params.FullWidthTheme | default false) "container full" (cond ($.Site.Params.CenterTheme | default false) "container center" "container") }}
{{ partial "header.html" . }}
{{ block "main" . }} {{ end }}
{{ block "footer" . }} {{ partial "footer.html" . }} {{ end }}