2020-12-12 18:25:04 -08:00
|
|
|
{% load bookwyrm_tags %}
|
2020-11-05 08:21:00 -08:00
|
|
|
<div class="columns">
|
|
|
|
<div class="column is-narrow">
|
2020-11-02 11:46:23 -08:00
|
|
|
<div>
|
|
|
|
<a href="/book/{{ book.id }}">{% include 'snippets/book_cover.html' with book=book %}</a>
|
|
|
|
{% include 'snippets/shelve_button.html' with book=book %}
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-11-05 08:21:00 -08:00
|
|
|
<div class="column">
|
2020-11-02 11:46:23 -08:00
|
|
|
<h3 class="title is-6">{% include 'snippets/book_titleby.html' with book=book %}</h3>
|
2020-11-12 11:40:20 -08:00
|
|
|
{% include 'snippets/trimmed_text.html' with full=book|book_description %}
|
2020-11-02 11:46:23 -08:00
|
|
|
</div>
|
|
|
|
</div>
|