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

{% if videos %}
{% for video in videos %} {% include '_video_item.html' %} {% endfor %}
{% else %} {% include '_empty_feed.html' %} {% endif %} {% endblock %}