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

Books tagged "{{ tag.name }}"

{% for book in books.all %}
{% include 'snippets/book_cover.html' with book=book %} {% include 'snippets/rate_action.html' with user=request.user book=book %} {% include 'snippets/shelve_button.html' with book=book %}
{% endfor %}
{% endblock %}