{% for picture in page.extra.gallery[name] %}
{% set image = resize_image(path="@/" ~ page.colocated_path ~ "/" ~ picture.image, width=800, height=600) -%} {{picture.alt}} {% if picture.credits %}
{{ picture.credits }}
{% endif %}
{% endfor %}