{{ item.title }}
{% endif %} {% if 'content' in list.fields and item.content %}
{% if list.truncate %}
{{ item.content|striptags|truncatewords:list.truncate }}
{% else %}
{{ item.content|striptags }}
{% endif %}
{% endif %}