{% extends "/html/base.html" %} {% block head %} {% endblock %} {% block content %}

{{ post.title }}

{% for video in post.playlist-items %} {% ifequal forloop.counter0|mod:3 0 %}
{% endifequal %} {% ifequal forloop.counter0|mod:3 2 %}
{% else %} {% if forloop.last %}
{% endif %} {% endifequal %} {% endfor %} {% endblock %}