{% extends 'layout.html' %} {% load i18n %} {% load bookwyrm_tags %} {% block title %}{{ tag.name }}{% endblock %} {% block content %}

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

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