Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% for article in articles %}
- {% cycle forloop.counter as nr %}
- {% if nr == 3 %}
- {% resetcycle nr%}
- {% endif %}
- <div class="col-sm">
- <p><a href="{% url 'blog:article-detail' article.id %}">{{ article.title }}</a></p>
- </div>
- {% endfor %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement