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

{{ movie["title"] }}

{{ movie["description"] }}

{% endblock %} {% block footer_content %}

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

{% endblock footer_content %}