{% extends "layout.html" %} {% from 'model/macros.html' import uri_field, lit_field, icon_tag with context %} {% block header %}

Media Aggregation

{{ value(rsrc, nsc['skos'].prefLabel) }}

{% endblock %} {% block body %}
{% for uid, label, _ in ars %}
Metadata: {{ label }}
{% endfor %}
{% endblock %}