Statistics
| Branch: | Tag: | Revision:

root / pithos / api / templates / items.xml @ af7bb62f

History | View | Annotate | Download (124 Bytes)

1
<?xml version="1.0" encoding="UTF-8"?>
2

    
3
<items>
4
  {% for item in items %}
5
  <item>{{ item }}</item>
6
  {% endfor %}
7
</items>