{% load feincms_thumbnail %} {% comment %} http://www.catchmyfame.com/2010/09/13/jquery-panel-gallery-2-0-released There are about 40 Transition Effects. {% endcomment %}
{% for image in images %} {% if forloop.first %}
{% include 'content/gallery/image.html' %}
{% else %}
{% include 'content/gallery/image.html' %}
{% endif %} {% endfor %}