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

7 lines
163 B
HTML
Raw Normal View History

2020-03-15 14:15:36 -07:00
{% load fr_display %}
{% for book in books %}
<div class="book-preview">
{% include 'snippets/book.html' with rating=rating %}
</div>
{% endfor %}