2019-05-03 12:22:39 +00:00
|
|
|
{% extends 'page' %}
|
2019-05-03 12:38:21 +00:00
|
|
|
|
|
|
|
{% block content_bottom %}
|
2019-05-22 11:19:47 +00:00
|
|
|
{% include 'session-speakers' with {
|
|
|
|
speakers: sessionSpeakers(page, data.speakers),
|
|
|
|
} %}
|
2019-05-03 12:38:21 +00:00
|
|
|
{% endblock %}
|