{% embed "_components/_modal.html.twig" with {'modal_id': 'modal_yt_' ~ youtube_id} %}
{% block modal_content %}
<figure class="image is-16by9">
<iframe id="yt_{{ youtube_id }}" class="has-ratio" width="560" height="315" src="https://www.youtube.com/embed/{{ youtube_id }}?enablejsapi=1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</figure>
{% endblock %}
{% endembed %}