All Books

{% if books is iterable %} {% for book in books %} {% endfor %}
TitleAuthor
{{book.title}}{{ book.author[0]['surname'] }}, {{ book.author[0]['firstnames'] }}
{% else %}

{{books.title}}, {{ books.author[0]['surname'] }}, {{books.author[0]['firstnames']}}

{% endif %}