{% load static %}

About Us

{{ about.title }}

{% autoescape off %}

{{ about.subtitle }}

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

{{ item.subtitle }}

{% 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 %}