{{ partial "head/head.html" . }} {{ if eq .Kind "home" -}} {{ .Scratch.Set "class" "home" -}} {{ else if eq .Kind "404" -}} {{ .Scratch.Set "class" "error404" -}} {{ else if eq .Kind "page" -}} {{ .Scratch.Set "class" .Type -}} {{ .Scratch.Add "class" " single" -}} {{ else -}} {{ .Scratch.Set "class" .Type -}} {{ .Scratch.Add "class" " list" -}} {{ end -}} {{- partial "header/header.html" . -}}
{{ if and (.Site.Params.options.breadCrumb) (ne .Kind "home") -}} {{- partial "header/breadcrumb.html" . -}} {{ end }} {{- block "main" . }}{{- end }}
{{ partial "footer/footer.html" . }} {{ partial "footer/script-footer.html" . }}