{% if cover %}Cover of {{ bookTitle|default:'the story' }}{% else %}{% endif %}
Story time{% if bookTitle %}

{{ bookTitle }}

{% endif %}{% if line %}

"{{ line }}"

{% else %}

Add a line from the story to read together.

{% endif %}{% if author %}
by {{ author }}
{% endif %}