{% macro bookshelf(books) %}

Check out the things I read:

See More >>

{% for i in books.selection %} {% set book = books.books[i] %}
{{ i }} cover

{{ i }}

{% endfor %}
{% endmacro %}