{% extends 'base.html' %} {% block header %} {% endblock %} {% block body %} {% for url in photo_urls %}
Should be working
{% empty %} No photos matching the tag found. {% endfor %} {% endblock %}