1
0
Fork 0
bookwyrm/bookwyrm/templates/snippets/book_description.html

2 lines
174 B
HTML

<blockquote class="content">{% if book.description %}{{ book.description }}{% elif book.parent_work.description %}{{ book.parent_work.description }}{% endif %}</blockquote>