{{/* 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; in an export of several communities, each community), the page's own "main" block, and a footer saying where the content came from -- the Connections deployment, when the export knows it -- and what made the site. 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 }}