{% if not youtubeVideo is empty or not youtubeVideoSrc is empty %}
{% if not youtubeVideo is empty %}
{{ youtubeVideo['title'] }}
{{ youtubeVideo['description'] }}
{% endif %}
{% endif %}
{% if videoOptions is defined %}
{% for videoUrl,videoDate in videoOptions %}
{{ videoDate }}
{% endfor %}
{% else %} {{ latestVideoList|raw }} {% endif %}