mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-18 23:51:10 +00:00
6 lines
163 B
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 %}
|