{% load static %} {% block about %}
{% if about.video_link %} {% endif %}
{% autoescape off %}

{{ about.title }}

{{ about.head }}

{% for li in about.contents %}

{{ li }}

{% endfor %} {% endautoescape %}
{% endblock %}