• {% if slide.ken_burns_effect %}
    {% endif %} {% if slide.photos.count == 1 %} {% comment %} {{ slide.photos.first.photo_alias }} {% endcomment %}
    {% elif slide.photos.count > 1 %}
    {% for p in slide.photos.all %}
    {{ p.photo_alias }}
    {% endfor %}
    {% endif %} {% if slide.content_overlay_html %}
    {{ slide.content_overlay_html|safe }}
    {% endif %} {% if slide.ken_burns_effect %}
    {% endif %}