{% extends "web/_base.html" %} {% block title %}List of collections{% endblock %} {% block content %}

List of collections

A Collection is a set of artifacts or other collections that are intended to be used together. See Collections documentation for more details.

This is a list of available collections you can access:

{% include "web/_collection-list.html" with collection_list=collection_list only %} {% endblock %}