{{ $time := now.UnixNano }} {{ $id := delimit (slice "gallery" $time) "-" }} {{ $aspect := default "16-9" (.Get "aspectRatio") }} {{ $images := .Page.Resources.Match (.Get "images") }} {{ $interval := default "2000" (.Get "interval") }}
{{ $num := 0 }} {{ range $images }} {{ $num = add $num 1 }} {{ end }}
{{ $num := 0 }} {{ range $images }} {{ $num = add $num 1 }} {{ end }}