{{ if .private.canonicalURL }}
{{ end }}
{{ if .private.assets }}
{{range .private.assets.CSS}}
{{end}}
{{end}}
{{block "head" .}}{{end}}
{{ .public.title }}
{{block "noscript" .}}{{end}}
{{ if ne .public.settings.googleAnalytics "" }}
{{ end }}
{{template "content" .}}
{{template "end-of-body" .}}
{{ if .public.tenant }}
{{ if .public.tenant.CustomCSS }}
{{ end }}
{{ end }}