diff --git a/runtimes/eoapi/stac/eoapi/stac/templates/collection.html b/runtimes/eoapi/stac/eoapi/stac/templates/collection.html index a3ff5d1..677c8e6 100644 --- a/runtimes/eoapi/stac/eoapi/stac/templates/collection.html +++ b/runtimes/eoapi/stac/eoapi/stac/templates/collection.html @@ -59,17 +59,46 @@
{{ 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 %} + {% if asset.href or asset.alternate %} +{{ asset_opt | tojson(2) }}
+ {{ key }}
{% if option.title %}{{ option.title }}
{% endif %} -{{ render_opt | tojson(2) }}
+