summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/data/demos/GoogleTemplateBlog.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/data/demos/GoogleTemplateBlog.html')
-rw-r--r--js/dojo/dojox/data/demos/GoogleTemplateBlog.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/js/dojo/dojox/data/demos/GoogleTemplateBlog.html b/js/dojo/dojox/data/demos/GoogleTemplateBlog.html
new file mode 100644
index 0000000..4d67548
--- /dev/null
+++ b/js/dojo/dojox/data/demos/GoogleTemplateBlog.html
@@ -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 %}