diff --git a/stac_fastapi/html/templates/collections.html b/stac_fastapi/html/templates/collections.html index 9b9af5a..5f8022d 100644 --- a/stac_fastapi/html/templates/collections.html +++ b/stac_fastapi/html/templates/collections.html @@ -33,8 +33,7 @@

Collections

Showing {{ template.params.get("offset", 0)|int + 1 }} - {{ template.params.get("offset", 0)|int + response.numberReturned }} of {{ response.numberMatched }} collections - - +
@@ -94,6 +93,32 @@

Collections

{% endif %} {% endblock %}