Use format for uploaded blocks hash lists at the container level.
[pithos] / pithos / api / templates / items.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <items>
4   {% for item in items %}
5   <item>{{ item }}</item>
6   {% endfor %}
7 </items>