1 2 3 4 5 6 7 8 9 10 11 |
<tal:root xmlns:tal="http://xml.zope.org/namespaces/tal" xmlns:metal="http://xml.zope.org/namespaces/metal" xmlns:i18n="http://xml.zope.org/namespaces/i18n" omit-tag=""> <tal:contents tal:define="archive context"> <metal:package-counters use-macro="context/@@+macros/package-counters" /> </tal:contents> </tal:root> |