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