{% load bookwyrm_tags %}
{% include 'snippets/book_cover.html' with book=book size="large" %} {% include 'snippets/stars.html' with rating=book.review__rating__avg %}

{{ book.title }}

{% if book.authors %}

by {% include 'snippets/authors.html' with book=book %}

{% endif %}
{{ book|book_description|to_markdown|safe|truncatewords_html:50 }}