{% extends 'layout.html' %} {% load fr_display %} {% block content %}

Books tagged "{{ tag.name }}"

{% for book in books.all %}
{% include 'snippets/book.html' with book=book size=large %}
{% endfor %}
{% endblock %}