{{/* The frame every page is drawn in: a header naming the site and linking to each top-level section (Wikis, Blogs, Forums, Files, Highlights -- only the ones this export holds), the page's own "main" block, and a footer saying where the content came from. Every value from the content passes through Go's html/template, which escapes it for where it lands -- text, attribute or URL. `.Content` is the one thing written as HTML, and it is the page body Hugo rendered. */}} {{ if .IsHome }}{{ site.Title }}{{ else }}{{ .Title }} ยท {{ site.Title }}{{ end }}
{{- block "main" . }}{{ end }}