{% load bookwyrm_tags %} {% if book %} {% include 'snippets/book_cover.html' with book=book %} {% include 'snippets/stars.html' with rating=ratings|dict_key:book.id %}
by {% include 'snippets/authors.html' with book=book %}