{% extends "base.html" %} {% block title %}Geocode to Commons{% endblock %} {% block content %}
visit endpoint | view in OSM {% if result.commons_cat %} | Commons category {% endif %} {% if result.wikidata %} | {{ result.wikidata }} {% endif %} | #
{{ result | tojson(indent=2) }}{% if result.wikidata %}
Wikidata item: {{ result.wikidata }}
{% endif %} {% if result.commons_cat %}Commons category: {{result.commons_cat.title }}
{% endif %} {% if elements %}{{ elements.count() }} surrounding elements found
{% else %}No elements found
{% endif %} {% for element in elements %} {% set tags = element.tags %}