source: Dev/trunk/src/client/dojox/data/demos/GoogleTemplateBlog.html @ 528

Last change on this file since 528 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 213 bytes
Line 
1{% load dojox.dtl.contrib.data %}
2{% bind_data items to store as google %}
3{% for item in google %}
4<span class="search-result">
5        <a href="{{item.postUrl}}">{{item.titleNoFormatting}}</a>                               
6</span>
7{% endfor %}
Note: See TracBrowser for help on using the repository browser.