{% if video.id %}

Video

{% if video.type == 'vimeo' %}
{% elseif video.type == 'youtube' %} {% include 'youtube-video.html.twig' with { id: video.id } %} {% endif %}
{% endif %}