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