Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
218 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.unescapedUrl}}">{{item.titleNoFormatting}}</a> |
---|
6 | </span> |
---|
7 | {% endfor %} |
---|
Note: See
TracBrowser
for help on using the repository browser.