{% extends "base.html" %} {% block title %}Feature{% endblock %} {% block content_title %}{{ collection.title }} Item{% endblock %} {% block content %}
JSON
{% for prop in feature.properties %} {% endfor %}
property value
id {{ feature.id }}
{{prop}} {{feature.properties[prop]}}
{% endblock %}