{% load static %} {% if whyus.type == 'image' %} {% endif %} {% block whyus %} {% autoescape off %} {{ whyus.major.title }} {% for p in whyus.major.contents %} {{ p }} {% endfor %} {% endautoescape %} Learn More {% 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 %}
{{ p }}
{{ item.contents }}