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