{% extends "base.html" %}
{% block title %}Features{% endblock %}
{% block content_title %}{{ collection.title }}{% endblock %}
{% block content %}
id | {% for prop in first_feature.properties %}{{prop}} | {% endfor %} {% endif %}
---|---|
{{ feature.id }} | {% for prop in first_feature.properties %}{{feature.properties[prop]}} | {% endfor %}