Asked by Jeff Bell on Dec 12, 2024
Jeff wants to loop through files in a folder and display them using Hubl
Answered by Nich Mueller
Using a repeater field with a file field in a custom module. Example: `{% for file in module.files %}<img src="{{ file.url }}">{% endfor %}`