Updated
This commit is contained in:
7
master/examples/GoogleTemplateBlog.html
Normal file
7
master/examples/GoogleTemplateBlog.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user