{% load fr_display %} {% include 'snippets/book_cover.html' with book=book %}

{{ book.data.title }}

by {{ book.authors.first.data.name }}

{% if rating %} {{ rating | stars }} {{ rating }} {% endif %} {% if description %}
{{ book.data.description | description }}
{% endif %}