{{ $images := slice }} {{ range readDir "static/backgrounds" }} {{ if in .Name ".webp" }} {{ $images = $images | append .Name }} {{ end }} {{ end }}