diff --git a/templates/random.html b/templates/random.html index 6b8f307..b372a5c 100644 --- a/templates/random.html +++ b/templates/random.html @@ -6,20 +6,33 @@
-Random
+{{ result | pprint }}+{% if result.commons_cat %}
({{ lat }}, {{ lon }}, {{result.commons_cat.title | pprint }}),
+{% endif %} {% for element in elements %} -{{ element | pprint }}+{% set tags = element.tags %} +
{{ element | pprint }}{% endfor %}