I’ve been using page.media.images|first and |last for a while, but I’d like to know how to get the images in the middle of the array.
page.media.images[1] and page.media.images.1 don’t work even though it should be the way to get the second value of the array.