{% for image in images %} {% if forloop.first %}
{% include 'content/gallery/image.html' %}
{% else %}
{% include 'content/gallery/image.html' %}
{% endif %} {% endfor %}
{% comment %} Use this to customize the slideshow: For shuffling images use the randomize filter instead of the shuffle property. This way even the first image is random: {% load gallery_tags %} {% for image in images|randomize %} {% endcomment %}