{% extends base_template %} {% block navbar_left %} {{ block.super }} {% include "web/_collection-menu.html" with collection=collection only %} {% endblock %} {% block content %}

{{ title }}

Details

{% if item.collection %} {% elif item.artifact %} {% endif %}
Collection {{ item.collection.name }}@{{ item.collection.category }}
Artifact {{ item.name }}
Category {{ item.category }}
{% if data %}
Metadata
{% include "web/_card-body.html" with data=data only %}
{% endif %} {% endblock %}