oliverdavies.uk/source/_layouts/presentation.html.twig

20 lines
401 B
Twig

{% extends 'page' %}
{% block meta_description %}{{ page.title }} presented by Oliver Davies{% endblock %}
{% block content_wrapper %}
{{ parent() }}
{% include 'presentation/slides' with {
speakerdeck: page.speakerdeck,
} %}
{% include 'presentation/video' with {
video: page.video,
} %}
{% include 'presentation/events' with {
events: page.events,
} %}
{% endblock %}