moviewyrm/fedireads/templates/snippets/book_titleby.html

10 lines
220 B
HTML
Raw Normal View History

2020-04-02 02:38:07 +00:00
<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 %}