{{ if and (.Site.Params.gtm_id) (templates.Exists "partials/gtm.html") }}{{- partial "gtm.html" . }}{{ end }} {{ with .Site.Params.description }}{{ end }} {{ with .Site.Params.author }}{{ end }} {{- $cache := now.Unix -}} {{- $opt := (dict "outputStyle" "compressed" "enableSourceMap" "true") -}} {{- $style := resources.Get "sass/main.scss" | toCSS $opt | minify -}} {{ with .OutputFormats.Get "RSS" -}} {{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} {{- end }}
{{ if .Site.Params.gtm_id}} {{ end }} {{ partial "header" . }} {{ block "main" . }}{{ end }} {{ partial "footer" . }}