{% extends "base.html" %} {% block title %} Zacufilms | Gospel Videos {% endblock %} {% block content %} {% if featured_videos %} {% endif %} {% for block in homepage_data %} {% if block.category.parent_id is none %} {# Only parent categories #}
{{ block.category.name }}
{% if block.parent_videos %}
{% for v in block.parent_videos %}
{{ v.title }}
{{ v.title }}
{{ v.views or 0 }} views
{% endfor %}
{% endif %}
{% endif %} {% endfor %} {% endblock %}