{{ if isset .Params "images"}} {{ if (fileExists (printf "assets/%s" (index .Params.images 0))) -}} {{ $articleimage := resources.Get (index .Params.images 0) }} {{ $articleimage := $articleimage.Resize "200x" }} {{ .Title }} {{- end }} {{- end }}