{# — Header — #}

{{ sections.about.title }}

{{ sections.about.description }}

{# — Media (video or image) — #}
{% if sections.about.media.type == 'video' %}
{% elif sections.about.media.type == 'image' %} {{ sections.about.media.alt }} {% endif %}
{% for item in sections.about.items %}

{{ item.title }}

{{ item.description }}

{% endfor %}