diff --git a/runtimes/eoapi/stac/eoapi/stac/templates/item.html b/runtimes/eoapi/stac/eoapi/stac/templates/item.html index f61b009..c7c907b 100644 --- a/runtimes/eoapi/stac/eoapi/stac/templates/item.html +++ b/runtimes/eoapi/stac/eoapi/stac/templates/item.html @@ -1,10 +1,12 @@ -{% include "header.html" %} +{% extends "base.html" %} + {% if params %} {% set urlq = url + '?' + params + '&' %} {% else %} {% set urlq = url + '?' %} {% endif %} +{% block content %} -
{{ response.id }}+
{{ value | tojson(2) | trim('"') }}+
+ {{ 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) }}+