2020-04-01 19:38:07 -07:00
|
|
|
<span class="title">
|
2020-05-03 17:53:14 -07:00
|
|
|
<a href="/book/{{ book.id }}">{{ book.title }}</a>
|
2020-04-01 19:38:07 -07:00
|
|
|
</span>
|
|
|
|
|
{% if book.authors %}
|
|
|
|
|
<span class="author">
|
|
|
|
|
by {% include 'snippets/authors.html' with book=book %}
|
|
|
|
|
</span>
|
|
|
|
|
{% endif %}
|
|
|
|
|
|