{% comment %} Loop through blocks of type 'youtube' {% endcomment %}
{% assign youtubes = section.blocks | where: 'type', 'youtube' %}
{% for block in youtubes %}
{% assign video_url = block.settings.youtube_video_url %}
{% if block.settings.video_caption != blank %}
{{ block.settings.video_caption }}
{% endif %}
{% endfor %}
{% if section.settings.show_arrows %}
{% endif %}
{% if section.settings.show_progress %}
{% endif %}