{% autoescape true %}
whoardings
You can
and sort by
author
/
book
.
{% for b in book_author_couples %}
{{ b[0] }}
{{ b[1] }}
{% endfor %} {% for c in clippings %}
{{ c.contents }}
{{ c.author_first_name }}
{{ c.author_last_name }}
,
{{ c.book }}
. loc.
{{ c.location }}
, clipped on
{{ c.date }}
{% endfor %}
{% endautoescape %}