{% extends "symposion/schedule/presentation_detail_.html" %} {% load thumbnail %} {% comment %} Blocks you can override: - description (appears in lede) - abstract - speaker {% endcomment %} {% block speaker %}

{{ speaker.name }}

{{ speaker.biography_html|safe }}
{% if speaker.conferencespeaker.twitter_username %} Twitter {% endif %}
{% endblock %}