summaryrefslogtreecommitdiff
path: root/examples/freebase-images-appengine/images.html
blob: 9688822860855ba1240da9919f00c153ae5c500b (plain)
1
2
3
{% for im in images %}
	<img alt="" src="{% im %}" />
{% endfor %}