{% load dojox.dtl.contrib.data %} {% bind_data items to store as flickr %}
{% for item in flickr %}
{{ item.title }}

{{ item.author }}

{% endfor %}