Books

{% if sources %}
    {% for source in sources %}
  1. {{ source.title }}

    {{ source.author or "Unknown author" }}

  2. {% endfor %}
{% else %}

No EPUBs indexed.

{% endif %}