summaryrefslogtreecommitdiff
path: root/examples/freebase-images-appengine/images.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/freebase-images-appengine/images.html')
-rw-r--r--examples/freebase-images-appengine/images.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/freebase-images-appengine/images.html b/examples/freebase-images-appengine/images.html
new file mode 100644
index 0000000..9688822
--- /dev/null
+++ b/examples/freebase-images-appengine/images.html
@@ -0,0 +1,3 @@
+{% for im in images %}
+ <img alt="" src="{% im %}" />
+{% endfor %} \ No newline at end of file