{% extends 'layout.html' %} {% block body %} {% if error %} {% endif %} {% if movie_list is none %} {% else %}
{% for movie in movie_list %}
{% endfor %}
{% endif %} {% endblock %}