{% 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 %}