{% extends "layout/base.html" %} {% block content %}
{% for galeria in galerias %} {% if( (loop.index - 1) % 4 == 0) %} {% set abrir = 1 %}
{% endif %}

{{ galeria.nombre }}

Ver Galeria
{% if((loop.index - 1) % 4 == 3) %} {% set abrir = 0 %}
{% endif %} {% if loop.last == true %} {% if abrir == 1 %}
{% endif %} {% endif %} {% endfor %}
{% include 'layout/buscador.html' %} {% include "macros/arbol-categorias.html" %}
{% endblock %}