{% for item in __SELF__.items %}

{{ item.title }}

{% if item.category %}

Category: {{ item.category }}

{% endif %}

{{ item.pub_date|date('Y-m-d') }} - {{ item.description }}

{% if item.comments %}

Read comments

{% endif %}

Source: {{ item.source }}{% if item.author %}, {{ item.author }}{% endif %}

{% if item.enclosure_url %} Enclosure ({{ item.enclosure_length }} bytes / {{ item.enclosure_type }} {% endif %}
{% endfor %}