{% load static %}
{% if about_video %} {% endif %}
{% autoescape off%}

{{ about_h3 }}

{{ about_p }}

{% endautoescape %} {% for item in about %}

{{ item.h4 }}

{{ item.p }}

{% endfor %}