{% extends "base" %} {% block content %}
{% for book in books %} {% include "book_card" %} {% endfor %}
{% endblock content %}