diff --git a/runtimes/eoapi/stac/eoapi/stac/templates/collection.html b/runtimes/eoapi/stac/eoapi/stac/templates/collection.html index a3ff5d1..e5b0bc0 100644 --- a/runtimes/eoapi/stac/eoapi/stac/templates/collection.html +++ b/runtimes/eoapi/stac/eoapi/stac/templates/collection.html @@ -59,17 +59,42 @@
{{ key }}
-{{ asset.title }}
-{{ asset.type }}
- {% if asset.roles|length > 0 %} ++ {{ key }} + {% if asset.title and not key == asset.title %} • {{ asset.title }}{% endif %} +
+ {% if asset.type %}{{ asset.type }}
{% endif %} + {% if asset.description %}{{ asset.description }}
{% endif %} +{{ asset_opt | tojson(2) | trim('"') }}+
{{ key }}
@@ -85,14 +110,18 @@{% for asset in option.assets %}{{ asset }}{% if not loop.last %}, {% endif%}{% endfor %}+
{{ render_opt | tojson(2) | trim('"') }}+