{% include "header.html" %}
  Number of matching items: {{ response.numberMatched }}
  Number of returned items: {{ response.numberReturned }}
| ID{% if response.features %} {% for key, value in response.features.0.properties %} | {{ key }}{% endfor %} {% endif %} {% for feature in response.features %} | 
|---|---|
| {{ feature.id }}{% for key, value in feature.properties %} | {{ value }}{% endfor %} |