{{ range $k, $v := (partialCached "init.html" .) }} {{ $.Scratch.Set $k $v }} {{ end }} {{ $isComment := .Params.comment.enable | default .Site.Params.comments.enable }} {{ .Scratch.Set "isComment" $isComment }} {{ partial "head.html" . }} {{ block "title" . }}{{ .Site.Title }}{{ end }}
{{ partial "header.html" . }}
{{ if ne .Site.Params.sidebar.display "remove" }} {{ partial "sidebar.html" . }} {{ end }}
{{ partial "widgets.html" . }}
{{ block "main" . }}{{ end }} {{ if and .IsPage $isComment }} {{ partialCached "comments.html" . }} {{ end }}
{{ partial "scripts.html" . }}