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

Books tagged "{{ tag.name }}"

{% include 'snippets/book_tiles.html' with books=books.all %}
{% endblock %}