Files
bookwyrm-mastodon/bookwyrm/templates/snippets/book_titleby.html
2020-12-22 08:21:43 -08:00

6 lines
142 B
HTML

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