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

{{ about_h3|safe }}

{{ about_p|safe }}

{% for item in about %}

{{ item.h4 }}

{{ item.p }}

{% endfor %}