title: {{ book.title }}
author: {{ book.author }}
last-opened: {{ book.metadata.last_opened | date }}

{% for annotation in annotations -%}

---

{{ annotation.body | join_paragraph }}

notes: {{ annotation.notes }}
tags: {{ annotation.tags | join(sep=" ") }}

{% endfor %}