{% extends "base.html" %} {% load static %} {% block title %}Albums{% endblock %} {% block content %}

Albums

{% if object_list %} {% for gallery in object_list.all %}
{% endfor %} {% else %}
No albums were found.
{% endif %} {% endblock %}