1
0
Fork 0
bookwyrm/fedireads/templates/snippets/covers_shelf.html

6 lines
163 B
HTML

{% load fr_display %}
{% for book in books %}
<div class="book-preview">
{% include 'snippets/book.html' with rating=rating %}
</div>
{% endfor %}