{{ $img := .Get 0 }} {{ $alt := .Get 1 }} {{ with resources.Get $img }} {{ $thumb10 := .Resize "1000x" }} {{ $thumb8 := .Resize "800x" }} {{ $thumb6 := .Resize "600x" }} {{ $thumb4 := .Resize "400x" }} {{ $thumb2 := .Resize "200x" }} {{$alt}} {{ end }}