{% load bookwyrm_tags %} {% if book %}
by {% include 'snippets/authors.html' with book=book %}
{{ book|book_description|to_markdown|safe|truncatewords_html:50 }}