{% load static %}

About Us

{{ about.title }}

{{ about.subtitle }}

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

{{ item.subtitle }}

{% for chk_item in item.check %}

{{ chk_item.h4 }}

{{ chk_item.p }}

{% endfor %}
{% endfor %}