{{ 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" . }}
{{ block "main" . }}{{ end }}
{{ block "sidebar-prefooter" . }}{{ end }} {{ block "sidebar-footer" . }}{{ end }} {{ partial "footer/footer.html" . }} {{ partial "footer/script-footer.html" . }}