{% extends "base_list.html" %} {% block title %}Albums{% endblock %} {% block lists %} {% for album in object_list %}
{% endfor %} {% endblock %}