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