{% if video.type == 'youtube' and video.id %}

Video

{% include 'youtube-video.html.twig' with { id: video.id } %}
{% endif %}