Files
openlayers/master/examples/GoogleTemplateLocal.html
Éric Lemoine 5d14b9e2d4 Updated
2013-02-20 10:38:25 +01:00

8 lines
223 B
HTML

{% load dojox.dtl.contrib.data %}
{% bind_data items to store as google %}
{% for item in google %}
<span class="search-result">
<a href="{{item.url}}"><img src="{{item.staticMapUrl}}"></a>
</span>
{% endfor %}