2024-01-03 20:00:00 +00:00
|
|
|
{% extends 'page' %}
|
|
|
|
|
|
|
|
{% block content_wrapper %}
|
|
|
|
{{ parent() }}
|
|
|
|
|
2024-09-02 17:00:00 +00:00
|
|
|
{% include 'presentation/slides' with {
|
2024-01-11 19:56:42 +00:00
|
|
|
speakerdeck: page.speakerdeck,
|
|
|
|
} %}
|
2024-01-03 20:00:00 +00:00
|
|
|
|
2024-09-02 17:00:00 +00:00
|
|
|
{% include 'presentation/video' with {
|
2024-01-11 19:56:42 +00:00
|
|
|
video: page.video,
|
|
|
|
} %}
|
2024-01-03 20:00:00 +00:00
|
|
|
|
2024-09-02 17:00:00 +00:00
|
|
|
{% include 'presentation/events' with {
|
2024-01-11 19:56:42 +00:00
|
|
|
events: page.events,
|
|
|
|
} %}
|
2024-01-03 20:00:00 +00:00
|
|
|
{% endblock %}
|