{{- partial "init.html" . -}} {{ 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" . -}}
{{- block "content" . }}{{ end -}}
{{- partial "footer.html" . -}}
{{- /* top button */ -}} {{- /* comment button */ -}}
{{- /* Load JavaScript scripts and CSS */ -}} {{- partial "assets.html" . -}}