{% extends "base.html" %} {% block content %} {% for episode in episodes %} {% if episode["season"] == season_num and episode["episode"] == episode_num %}

{{ episode["title"] }}

{{ episode["description"] }}

{% endif %} {% endfor %} {% with %} {% set seasons = [] %}
{% endwith %} {% endblock %} {% block footer_content %}

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

{% endblock footer_content %}