Guest User

Untitled

a guest
Jan 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. {% for ad in special_ads %}
  2. {% with count=forloop:counter as count %}
  3. {% with special_ad as special_ad %}
  4. {% include "special_ad.html" %}
  5. {% endwith %}
  6. {% endwith %}
  7. {% endfor %}
Add Comment
Please, Sign In to add comment