+
@@ -35,3 +38,12 @@ update_text: Early bird tickets are now available!
+{% endblock %}
+
+{% block content_bottom %}
+
+ {% include 'front-speakers' with {
+ speakers: data.speakers,
+ } %}
+
+{% endblock %}