{% for entry in feed %} {% if feed|length > 1 %}
{% endif %} {{ entry.title }} {% if not headers_only %}
{% if max_words %}{{ entry.description|safe|truncatewords_html:max_words }}{% else %} {{ entry.description|safe }}{% endif %}
{% endif %} {% if feed|length > 1 %}
{% endif %} {% endfor %}