This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_includes/talk/video.html.twig
2017-11-19 20:10:31 +00:00

10 lines
183 B
Twig

{% if page.video.embed %}
<div class="mt-4">
<h2>Video</h2>
<div class="talk-video">
{{ page.video.embed|raw }}
</div>
</div>
{% endif %}