{{- $software := . -}} {{- with resources.GetRemote (print "https://s3.tynsoe.org" "/" . ) | transform.Unmarshal -}} {{- range first 1 (sort (where .Contents ".Key" "!=" ".foo") "LastModified" "asc") -}} https://s3.tynsoe.org/{{$software}}/{{- .Key -}} {{- end -}} {{- end -}}