{% macro collection_tile(collection, link=false, src='') %}
{% if link %}{% endif %}

{{ collection.name|translate(collection) }}

{{ collection.author }}

{% if link %}
{% endif %}
{# TODO: JS handler for read more/less? Makes no sense on desktop. #}

{{ collection.description|translate(collection)|nl2br }}

{% endmacro %}