{% extends "base" %} {% block title %} {% if has_previous %} ← back {% endif %} {% if has_previous and has_more %}|{% endif%} {% if has_more %} more → {% endif %} {% endblock title %} {% block content %}
{% for book in books %} {% include "book_card" %} {% endfor %}
{% endblock content %}