2015-08-09 21:22:13 +00:00
|
|
|
{% extends "default.html.twig" %}
|
2015-08-09 21:31:53 +00:00
|
|
|
|
2015-08-09 21:32:10 +00:00
|
|
|
{% block body_classes 'page--talks page--talks__talk' %}
|
|
|
|
|
2015-08-09 21:31:53 +00:00
|
|
|
{% block content_wrapper %}
|
|
|
|
<main class="col-md-10">
|
|
|
|
<h1>{{ page.title }}</h1>
|
2015-08-09 22:02:59 +00:00
|
|
|
|
|
|
|
{{ page.blocks.content|raw }}
|
2015-08-09 22:03:18 +00:00
|
|
|
|
|
|
|
{% if page.speakerdeck_id %}
|
|
|
|
<script async class="speakerdeck-embed" data-id="{{ page.speakerdeck_id }}" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
|
|
|
|
{% endif %}
|
2015-08-09 21:31:53 +00:00
|
|
|
</main>
|
|
|
|
{% endblock %}
|