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

{{ episode.title }}

{{ episode.description }}

Download {% with %} {% set seasons = [] %}
{% endwith %}
{% for episode in episodes %} {% if episode.season == season_num %} {% endif %} {% endfor %}
{% endblock %} {% block footer_content %}

This product uses the TMDb API but is not endorsed or certified by TMDb.

{% endblock footer_content %}