{% extends 'djiffy/base.html' %} {% block page-subtitle %}Books{% endblock %} {% block content %}

Books

{% for book in books %} {% include 'djiffy/snippets/book_card.html' %} {% endfor %}
{% endblock %}