aboutsummaryrefslogtreecommitdiff
path: root/tests/data/simple/templates/collection_template.txt
blob: 8873e1e336a31840c7c1649842de590758e6e209 (plain)
1
2
3
4
{% for entry in entries %}
{{ entry.short_id }}: {{ entry.data.name }}
   {{ entry.data.description }}
{% endfor %}