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

8 lines
220 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.postUrl}}">{{item.titleNoFormatting}}</a>
</span>
{% endfor %}