{{ document.title }}

{% for page in document.pages %}

{{ page.title }}

{% for annotation in page.annotations %} {% /for %}
  {{ annotation.number }} {{ annotation.author }} {{ annotation.subject }} {{ annotation.date }}
  {{ annotation.contents }}
 
{% /for %}