Guest User

Untitled

a guest
Nov 19th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. {% for video in videos %}
  2. {% if loop.index0 % 4 == 0 %}
  3. <div>
  4. {% endif %}
  5.  
  6. ....
  7.  
  8. {% if loop.index0 % 4 == 0 %}
  9. </div>
  10. {% endif %}
  11. {% endfor %]
Add Comment
Please, Sign In to add comment