{% if recos|length > 0 %}
{% for book in recos %} {% set external = book.workPublicId is not null ? { source: 'bdd', id: book.workPublicId } : { source: book.source, id: (book.source == 'openlibrary' ? book.openLibraryId : book.googleBooksId) } %}
{% if book.coverUrl %} Couverture de {{ book.title }} {% else %} {% endif %}

{{ book.title }}

{% if book.authors|length > 0 %}

{{ book.authors|join(', ') }}

{% endif %} {% if book.recoHook %}

{{ book.recoHook }}

{% endif %}
{% endfor %}
{% else %}

On affinera tes recos au fil de tes lectures. Explore le catalogue pour commencer.

{% endif %}