{{ $sectionCSS := dict }} {{ $sectionStylesheet := "" }} {{ if .IsHome }} {{ $sectionStylesheet = printf "styles/home.css" }} {{ else }} {{ $sectionStylesheet = printf "styles/%s.css" .Section }} {{ end }} {{ with resources.Get $sectionStylesheet }} {{ $sectionCSS = . | fingerprint "sha512" }} {{ end }} {{ return $sectionCSS }}