diff -r b7a092a52eae -r 33c7e20efcb7 src/cm/templates/site/export.xml --- a/src/cm/templates/site/export.xml Mon Aug 06 13:42:15 2012 +0200 +++ b/src/cm/templates/site/export.xml Mon Aug 06 17:51:25 2012 +0200 @@ -36,5 +36,15 @@ {% endfor %} {% endif %} + {% if attachments %} + + {% for a in attachments %} + + {{ a.key }} + {{ a.data }} + + {% endfor %} + + {% endif %} {% endautoescape %}