{{ if .Params.bigimg }} {{- $image := resources.Get (printf "%s%s" "bigimg/" .Params.bigimg ) -}} {{ if eq $image nil }}
{{ else }} {{- $imgsmall := $image.Resize "768x jpg q70" }} {{- $imgmedium := $image.Resize "960x jpg q85" }}
 
{{ end }} {{ else }}
{{ end }}