{% load static %}

About Us

{{ about_p }}

{% autoescape off %}

{{ about_h3 }}

{% for item in about %} {% if forloop.first %}
{% else %}
{% endif %} {% if item.p_italic %}

{{ item.p_italic }}

{% endif %} {% for chk_item in item.check %} {% if chk_item.h4 %}

{{ chk_item.h4 }}

{% endif %} {% if chk_item.p %}

{{ chk_item.p }}

{% endif %} {% endfor %}
{% endfor %}
{% endautoescape %}