{{- partial "init/index.html" . -}} {{ if .IsHome | and (ne .Site.Params.disableThemeInject true) }} {{ end }} {{ block "title" . }}{{ .Site.Title }}{{ end }} {{- partial "head/meta.html" . -}} {{- partial "head/link.html" . -}} {{- partial "head/seo.html" . -}} {{- /* Check theme isDark before body rendering */ -}} {{- $theme := .Site.Params.defaulttheme -}} {{- /* Body wrapper */ -}}
{{- partial "header.html" . -}} {{- partial "breadcrumb.html" . -}} {{- $toc := .Scratch.Get "toc" -}}
{{- block "content" . }}{{ end -}}
{{- partial "footer.html" . -}}
{{- /* Theme widgets */ -}} {{- partial "widgets.html" . -}} {{- /* Load JavaScript scripts and CSS */ -}} {{- partial "assets.html" . -}}