{{ partial "paige/metadata.html" $page }} {{ if $page.Param "paige.home.image.url" }} - {{ $class := cond ($page.Param "paige.home.image.stretch" | not) "mw-100 rounded-4 shadow" "rounded-4 shadow w-100" }} - {{ $style := cond ($page.Param "paige.home.image.stretch" | not) "height: 20rem" "height: 20rem; object-fit: cover" }} + {{ $class := cond ($stretch | not) "mw-100 rounded-4 shadow" "rounded-4 shadow w-100" }} + {{ $style := cond ($stretch | not) "height: 20rem" "height: 20rem; object-fit: cover" }} - + {{ partial "paige/img.html" (dict "class" $class "fetchpriority" "high"