8 lines
223 B
HTML
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 %}
|