{% for video in videos %} {% if loop.first %}

{{ video.caption | raw }}

{{ video.the_date }}
{% endif %} {% endfor %}
{% for video in videos %} {% if video.feature %}

{{ video.caption | raw }}

{{ video.the_date }}
{% else %}

{{ video.caption | raw }}

{{ video.the_date }}
{% endif %} {% endfor %}
{{ pagination | raw }}