{{- block "body" . }}{{ end }}
{{- block "storeOutputFormat" . }}{{ end }} {{- if .IsHome }} {{- $hugoVersion := "0.126.0" }} {{- if lt hugo.Version $hugoVersion }} {{- errorf "The Relearn theme requires Hugo %s or later" $hugoVersion }} {{- end }} {{- end }} {{- if .Site.Params.description }} {{- warnf "UNSUPPORTED usage of 'params.description' config parameter found, move it to the frontmatter of your home page; see https://mcshelby.github.io/hugo-theme-relearn/introduction/releasenotes/6/#6-0-0" }} {{- end }}
{{- partial "meta.html" . }} {{- $title := partial "title.gotmpl" (dict "page" . "fullyQualified" true "reverse" true) }}