{% 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 #} {% endif %} {% endfor %} {% endblock %}