blob: 0600db08c85a6fdf8febfe0c2e3cf0c77d4f4dcb (
plain)
1
2
3
4
5
6
7
|
{% 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.tbUrl}}" width="100" height="75"></a>
</span>
{% endfor %}
|