{% if video.type == 'youtube' and video.id %} <section> <h2>Video</h2> {% include 'youtube-video.html.twig' with { id: video.id } %} </section> {% endif %}