{% extends "base.html" %} {% block title %}Features{% endblock %} {% block content_title %}{{ collection.title }}{% endblock %} {% block content %}
JSON
{% set first_feature = features.features | first %} {% if first_feature %} {% for prop in first_feature.properties %} {% endfor %} {% endif %} {% for feature in features.features %} {% for prop in first_feature.properties %} {% endfor %} {% endfor %}
id{{prop}}
{{ feature.id }}{{feature.properties[prop]}}
{% endblock %}