{#- Collections browse page — grid of every tree on the "collections" community. Cards link into the per-collection search page. -#} {%- extends config.BASE_TEMPLATE %} {%- set title = _("Collections") %} {%- block page_body %}

{{ _("Collections") }}

{%- if not trees %}

{{ _("No collections available.") }}

{%- else %} {%- for _tree in trees.values() %} {%- if _tree.collections %}

{{ _tree.title }}

{%- endif %} {%- endfor %} {%- endif %}
{%- endblock page_body %}