{% extends "layout.html" %} {% set title = 'Gallery' %} {% block content %}

ألبوم الصور

{% for i in range(0, 4) -%}
{%- endfor %}
{% endblock content %}