{{ book.title }} {% if book.rating %}{{ book.rating }}{% endif %} {% if book.author %} By {{ book.author }} {% endif %} {% if book.status == 'finished' %}Finished on: {{ book.date | date: "%B %e, %Y" }}{% endif %} View on Open Library {% if book.description %}{{ book.description }}{% endif %}