{% extends 'base.html' %} {% block title %}art{% endblock %} {% block content %} {% for image in images %} {% if loop.index0 % 3 == 0 %}
{% endif %}
{{ image.file_name  }}

{{ image.description }}

{% if loop.index % 3 == 0 or loop.last %}
{% endif %} {% endfor %} {% endblock %}