{% if entries %}
{% for entry in entries %}
{{ include('entry/_single.html.twig', {entry: entry, short: true}) }}
{% endfor %}
{% else %}
No unread entries in this feed.
{% endif %}