diff --git a/source/_layouts/speaker.html.twig b/source/_layouts/speaker.html.twig
index 0858e5a..f423bb0 100644
--- a/source/_layouts/speaker.html.twig
+++ b/source/_layouts/speaker.html.twig
@@ -34,14 +34,13 @@
{% block content %}{% endblock %}
+
+
{% endblock %}
-
-{% block content_bottom %}
- {% include 'speaker-session' with {
- sessions: data.sessions,
- speaker: page
- } %}
-
-{% endblock %}