{% extends "base.html" %} {% block title %}Geocode to Commons: error{% endblock %} {% block content %}
home | visit endpoint | view in OSM | #
latitude: {{ lat }} / longitude: {{ lon }}
{% if error %}{{ error }}
{% endif %} {% if query %}{{ query }}{% endif %} {% if r %}
{{ r.text }}{% endif %}