{% load static %}

{{ h2}}

{{ p }}

{% for item in features %}
{% if type == 'icon' %}
{% elif type == 'image' %} {% cycle '1.png' '2.png' '3.png' '4.png' '5.png' '6.png' as imagename silent %} {% endif %}

{{ item.title }}

{{ item.contents }}

{% endfor %}