{{- partial "init.html" . -}} {{- block "robots" . }}{{ end -}} {{- block "title" . }}{{ .Site.Title }}{{ end -}} {{- block "twitter-card" . }} {{- with .Site.Params.Seo.Images -}} {{- end -}} {{- with .Site.Params.Social.Twitter -}} {{- end -}} {{ end -}} {{- partial "head/meta.html" . -}} {{- partial "head/link.html" . -}} {{- partial "head/seo.html" . -}} {{- block "dnsPrefetch" . }} {{- with $.Site.Params.Seo.dnsPrefetch -}} {{- range $index, $value := . -}} {{- end -}} {{- end -}} {{ end -}} {{- /* Check theme isDark before body rendering */ -}} {{- $theme := .Site.Params.defaulttheme -}}
{{- /* Body wrapper */ -}}
{{- partial "header.html" . -}}
{{- block "no-content" . }}
{{- block "content" . }}{{ end -}}
{{ end -}}
{{- partialCached "footer.html" . -}}
{{- /* Load JavaScript scripts and CSS */ -}} {{- partial "assets.html" . -}}