Today we are starting {{ book.title }}, by {{ book.author }}.

{% if book.description %}{{ book.description }}{% endif %}

It consists of {{ book.chapter_count }} chapters.

{% if book.summary %}
The response to this toot will be a book summary.
{{ book.summary }}
{% endif %}

Happy reading!
