{% set gallery = __SELF__.gallery %}
{% set params = __SELF__.getProperties() %}
{% set plugins = params | filter((v, k) => v in [1,'true'] and "lg" in k) %}
{% 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 %}