{% extends 'page' %} {% 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 %}