{% if debug is defined %}
{% set assetPath = '/src/themes/theme-'~theme~'/'~theme~'/assets/' %}
{% else %}
{% set assetPath = '/assets/' %}
{% endif %}
{% block title %}
{{ title }}
{% endblock %}
{% if media|length > 1 %}
{% for item in media %}
{% if item.type == "mp4"%}