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

{{ page.title }}

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