{{ if and (.Site.Params.scrollToTop) (.Params.scrolltotop) }}
{{ partial "svg.html" (dict "context" . "name" "scrollup") }}
{{ $scrollwatcher := resources.Get "js/scrollwatcher.js" -}}
{{ $script := $scrollwatcher | minify | fingerprint -}}
{{ end }}