{{ $opts := dict "minify" true -}} {{ if eq hugo.Environment "development" -}} {{ $opts = merge $opts (dict "minify" false) -}} {{ end -}} {{ if or ($.Param "math") (.Page.Store.Get "math") (.HasShortcode "math") -}} {{ $math := resources.Get "js/math.js" | js.Build $opts | fingerprint -}} {{ end -}}