{{ name }}
{{ feed }}
{{ date_iso }}
{{ generator }}
{% for item in Items %}
{{ item.title }}
{{ item.id }}
{{ item.date_iso }}
{{ item.summary }}
{{ item.content }}
{% firstof item.author_name item.channel_author_name item.channel_name %}
{% if item.author_email or item.channel_author_email %} {% firstof item.author_email item.channel_author_email %} {% else %} {{ item.channel_link }} {% endif %}
{% endfor %}