{{- $images := resources.Match "banner/*" -}} {{- $first := true -}} {{- range $images }} {{- $img := .Fit "1220x340 webp" -}} {{ if $first }} {{ $first = false }} {{ end }} {{ end -}}
{{- $count := (len $images) -}} {{- $first := true -}} {{- range (seq 0 (sub $count 1)) }}
{{ $first = false }} {{- end }}