{{ block "title" . }}
{{ if .IsHome }}{{ $.Site.Title }}{{ else }}{{ .Title }} :: {{ $.Site.Title }}{{ end }}
{{ end }} {{ partial "head.html" . }} {{ $containerThemeWidth := cond (eq $.Site.Params.ThemeWidth "full") "container full" (cond (eq $.Site.Params.ThemeWidth "wide") "container wide" "container") }} {{ $containerThemeCenter := cond $.Site.Params.CenterTheme "center" "" }}
{{ partial "header.html" . }}
{{ block "main" . }} {{ end }}
{{ block "footer" . }} {{ partial "footer.html" . }} {{ end }}