{% set gallery = __SELF__.gallery %} {% set params = __SELF__.getProperties() %}

{{ gallery.name }}

{% for image in gallery.images %} {{ image.title }}
{{ image.title }}
{% else %} {{ noImagesMessage }} {% endfor %}
{% put scripts %} {% endput %} {# # Temporary fix to avoid duplicate display of controls # when prevHtml or nextHtml options are set # see: https://github.com/sachinchoolur/lightGallery/issues/643 #} {% if params.prevHtml %} {% put styles %} {% endput%} {% endif %} {% if params.nextHtml %} {% put styles %} {% endput%} {% endif %}