{{ partial "google-analytics" . }} {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }} {{ with .Params.image }} {{ else }} {{ with .Site.Params.image }} {{ end }} {{ end }} {{ with .Site.Params.twitter }} {{ end }} {{ with .Params.image }} {{ else }} {{ with .Site.Params.image }} {{ end }} {{ end }} {{ $css := resources.Get "css/main.css" }} {{ $css = $css | css.PostCSS }} {{ if hugo.IsProduction }} {{ $css = $css | minify | fingerprint | resources.PostProcess }} {{ end }} {{ with .Params.customMeta }} {{ range . }} {{ end }} {{ end }}
{{ partial "header" . }}
{{ block "main" . }}{{ end }}
{{ partial "footer" . }}