{% extends 'page' %} {% block title %}{{ page.name }}{% endblock %} {% block content_wrapper_inner %}
{% if page.image %}
{{ page.name }}
{% endif %}
{% if page.links %}
{% if page.links.drupalorg %} {% endif %} {% if page.links.twitter %} {% endif %}
{% endif %}
{% if page.organisation %} Organisation: {{ page.organisation }} {% endif %} {% block content %}{% endblock %}
{% endblock %} {% block content_bottom %} {% include 'speaker-session' with { sessions: data.sessions, speaker: page } %} {% endblock %}