{% load static %} {% block whyus %}
{% autoescape off %}

{{ whyus.major.title }}

{% for p in whyus.major.contents %}

{{ p }}

{% endfor %} {% endautoescape %}
{% for item in whyus.minor %}
{% if whyus.type == 'icon' %} {% elif whyus.type == 'image' %} {% with counter=forloop.counter|stringformat:"s" %} {% endwith %} {% endif %} {% autoescape off %}

{{ item.title }}

{{ item.contents }}

{% endautoescape %}
{% endfor %}
{% endblock %}