diff --git a/pygeoapi/templates/items.html b/pygeoapi/templates/items.html index 34f2c8c..63dc65b 100644 --- a/pygeoapi/templates/items.html +++ b/pygeoapi/templates/items.html @@ -32,7 +32,9 @@ id {% for k, v in data['features'][0]['properties'].items() %} + {% if loop.index < 5 %} {{ k }} + {% endif %} {% endfor %} @@ -41,7 +43,9 @@ {{ ft.id }} {% for k, v in ft['properties'].items() %} + {% if loop.index < 5 %} {{ v | urlize(20, target='_blank') }} + {% endif %} {% endfor %} {% endfor %}