Skip to content

Instantly share code, notes, and snippets.

@russo97
Created March 14, 2022 13:51
Show Gist options
  • Save russo97/e139421e250815ccf62510f18cac97b0 to your computer and use it in GitHub Desktop.
Save russo97/e139421e250815ccf62510f18cac97b0 to your computer and use it in GitHub Desktop.
repeater with images on Timber
{% for image in post.meta('field_name') %}
<img src="{{ image.imagem.url }}" alt="" />
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment