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

8 lines
169 B
Twig
Raw Normal View History

2024-01-11 19:56:42 +00:00
{% if video.type == 'youtube' and video.id %}
<section>
<h2>Video</h2>
{% include 'youtube-video.html.twig' with { id: video.id } %}
</section>
{% endif %}