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