2015-04-10 23:25:52 +01:00
|
|
|
{% extends 'default' %}
|
|
|
|
|
2015-06-18 17:57:07 +01:00
|
|
|
{% block body_classes %}page--talks page--talks__talk{% endblock %}
|
|
|
|
|
2015-04-10 23:25:52 +01:00
|
|
|
{% block content_wrapper %}
|
2015-06-14 03:27:41 +01:00
|
|
|
<h1>{{ page.title }}</h1>
|
2015-05-27 18:10:48 +01:00
|
|
|
|
2015-06-14 03:27:41 +01:00
|
|
|
{% block content %}{% endblock %}
|
2015-04-25 15:23:41 +01:00
|
|
|
|
2015-06-14 03:27:41 +01:00
|
|
|
{% if page.slides_embed %}
|
|
|
|
<div class="slides">
|
|
|
|
{{ page.slides_embed|raw }}
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
2015-05-27 18:10:48 +01:00
|
|
|
{% endblock %}
|