I want to export an x amount of images coming from a dynamic array. How is it possible? So far it's only exporting the last value of the array.
I'm guessing something related to this but what am I missing?
images = [{image: image1, image: image2, image: image3...}]
{#images}
{%image}
{/images}