{{ block "ogmeta" . }} {{end}} {{ block "meta_description" . }}{{ end }} {{ if .Site.IsServer }} {{ $style := resources.Get "scss/style.scss" | resources.ExecuteAsTemplate "style.scss" . | toCSS (dict "targetPath" "css/style.css" "enableSourceMap" true) }} {{ else }} {{ $style := resources.Get "scss/style.scss" | resources.ExecuteAsTemplate "style.scss" . | toCSS (dict "targetPath" "css/style.css" "enableSourceMap" false) }} {{ end }} {{ block "header_css" . }}{{ end }} {{ with .OutputFormats.Get "rss" }} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end }} {{ partial "metrics/segment.html" . }} {{ block "header" . }}
{{ partial "header.html" . }}
{{ end }} {{ block "main" . }}{{ end }} {{ block "footer" . }} {{ partial "footer.html" . }} {{ end }} {{ block "footer_js" . }}{{ end }} {{ $branches := resources.Get "js/branches.js" }} {{ $scripts := resources.Get "js/scripts.js" }} {{ $scriptsBundle := slice $branches $scripts | resources.Concat "js/scriptsBundle.js" }} {{ if .Site.IsServer }} {{ else }} {{ end }}