{{- partial "init/index.html" . -}} {{- if .IsHome | and (ne .Site.Params.disableThemeInject true) }} {{- end }} {{ block "title" . }}{{ .Site.Title }}{{ end }} {{- partial "base/head/index.html" . -}} {{- /* Body wrapper */ -}}
{{- partial "base/header.html" . -}} {{- partial "base/breadcrumb.html" . -}} {{- $toc := .Store.Get "toc" -}}
{{- block "content" . }}{{ end -}}
{{- /* Comment */ -}} {{- block "comments" . }}{{ end -}} {{- /* Footer */ -}} {{- partialCached "base/footer.html" . -}}
{{- /* Theme widgets */ -}} {{- partial "base/widgets.html" . -}} {{- /* Load JavaScript scripts and CSS */ -}} {{- partial "base/assets.html" . -}}