mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-05 16:39:42 +00:00
2fd7792f34
we have ID
9 lines
209 B
HTML
9 lines
209 B
HTML
<span class="title">
|
|
<a href="/book/{{ book.id }}">{{ book.title }}</a>
|
|
</span>
|
|
{% if book.authors %}
|
|
<span class="author">
|
|
by {% include 'snippets/authors.html' with book=book %}
|
|
</span>
|
|
{% endif %}
|
|
|