{{ item.permalink }}
{{ item.title }}
{{ item.timestamp|date('Y-m-d\\TH:i:s.vP') }}
{{ item.timestamp|date('Y-m-d\\TH:i:s.vP') }}
{{ item.excerpt }}
{% if item.author|length > 0 %}
{{ item.author }}
{% if item.author_email|length > 0 %}
{{ item.author_email }}
{% endif %}
{% if item.author_link|length > 0 %}
{{ item.author_link }}
{% endif %}
{% endif %}
{% if item.source_url|length > 0 or item.source_name|length > 0 %}
{% if item.source_url|length > 0 %}
{{ item.source_url }}
{% endif %}
{% if item.source_name|length > 0 %}
{{ item.source_name }}
{% endif %}
{% endif %}