{{ template "_internal/opengraph.html" . }} {{ if .Title }}{{ .Title }}{{ else }}{{ .Site.Title }}{{ end }} {{ with .Site.Params.favIcon }} {{ if .ico }} {{ end }} {{ if .small }} {{ end }} {{ if .big }} {{ end }} {{ end }} {{ with .Site.Params.tracking }} {{ end }} {{ $template := resources.Get "scss/index.scss" }} {{ if $template }} {{ $index := $template | resources.ExecuteAsTemplate "css/index.scss" . | resources.ToCSS (dict "outputStyle" "compressed") | fingerprint }} {{ end }} {{ block "styling" . }} {{ end }} {{ $template := resources.Get "scss/totop.scss" }} {{ if $template }} {{ $totop := $template | resources.ExecuteAsTemplate "css/totop.scss" . | resources.ToCSS (dict "outputStyle" "compressed") | fingerprint }} {{ end }} {{ block "header" . }} {{- partial "header.html" . -}} {{ end }}
{{ block "main" . }} {{ end }}
{{ block "footer" . }} {{- partial "footer.html" . -}} {{ end }}