moviewyrm/fedireads/templates/snippets/book_titleby.html
2020-04-01 19:38:07 -07:00

10 lines
220 B
HTML

<span class="title">
<a href="/book/{{ book.fedireads_key }}">{{ book.title }}</a>
</span>
{% if book.authors %}
<span class="author">
by {% include 'snippets/authors.html' with book=book %}
</span>
{% endif %}