{% for article in articles %} {% if (loop.index - 1) % 3 == 0 and loop.index > 1 %}
{% endif %} {% include 'blog/blog-card.html' %} {% endfor %}