pdnew/themes/default/templates/renderable/listing.atom

9 lines
216 B
Plaintext

{% for item in content.items %}
<entry>
<title>{{ content.title or content.name }}</title>
<content type="html">
{{ item.render('full') }}
</content>
</entry>
{% endfor %}