oliverdavies.uk/source/_includes/talk/video.html.twig

8 lines
169 B
Twig

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