{% if __SELF__.gallery %}
{% for image in __SELF__.gallery.images %}
{% if image.description %}
{{ image.description|raw }}
{% endif %}
{% endfor %}
{% put scripts %} {% endput %} {% endif %}