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

{% blocktrans %}Books tagged "{{ tag.name }}"{% endblocktrans %}

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