{% load static %}

{{ about_subtitle }}

{{ about_desc }}

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

{{ item.h4 }}

{{ item.p }}

{% endfor %}