{% load static %}
{% for item in features %}

{{ item.h4 }}

{% autoescape off %}

{{ item.p }}

{% endautoescape %}
{% endfor %}