{{ partial "head.html" . }} {{partial "search.html" .}} {{if $.Site.Data.config.enableColumnLayout}}
{{else}}
{{end}}

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

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

{{ .Title }}

{{end}}

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

{{partial "toc.html" .}} {{partial "textprocessing.html" . }}
{{if not $.Site.Data.config.enableColumnLayout}} {{partial "footer.html" .}} {{partial "contact.html" .}} {{end}}
{{if $.Site.Data.config.enableColumnLayout}} {{end}}