{% autoescape off %} {% for item in featured_services %} {% if forloop.first %}
{% else %}
{% endif %}

{{ item.title }}

{{ item.contents }}

{% endfor %} {% endautoescape %}