oliverdavies.uk/website/source/_includes/talk/slides.html.twig

10 lines
206 B
Twig

{% if speakerdeck.id and speakerdeck.ratio %}
<div>
<h2 class="mb-2">Slides</h2>
{% include 'speakerdeck' with {
data: speakerdeck,
} only %}
</div>
{% endif %}