{% extends "core.html" %} {% block main %}
Обложка книги "{{ book.title|e }}"

{{ book.title|e }}

{{ book.description|e|length|trim(' ') > 80 ? book.description|e|slice(0, 80)|trim(' ') ~ '...' : book.description|e}}

{% endblock %}