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/slides.html.twig
2017-11-19 19:52:01 +00:00

10 lines
187 B
Twig

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