{{ partial "head.html" . }} {{partial "search.html" .}}

{{ .Site.Data.config.page_title }}

Search IconIcon to open search
{{partial "darkmode.html" .}}
{{if .Title}}

{{ .Title }}

{{end}}

Last updated {{if ne .Date .Lastmod}}{{ .Lastmod.Format "January 2, 2006" }}{{else}}Unknown{{end}}

{{ if (and $.Site.Data.config.enableToc (not (.Params.disableToc))) }} {{end}} {{.Content}}
{{partial "footer.html" .}}