{% extends "default.html.twig" %} {% block body_classes 'page--talks page--talks__talk' %} {% block content_wrapper %}

{{ page.title }}

At {{ page.location }} on {{ page.date|date(site.default_date_format) }}.

{{ page.blocks.content|raw }} {% if page.joindin %}

Rate this talk

{% endif %} {% if page.slides_embed %}
{{ page.slides_embed|raw }}
{% endif %}
{% endblock %}