It can be identified by it's key {{ talk.slug() }}
{% endblock %}
{% block main_column %}
{{ talk.title }}
A talk
given by {% if talk.author %}{{ talk.author }}{% else %}Sven Köppel{% endif %}
{% if talk.place %}at {{talk.place}}{% endif %}
{% if talk.date%}on {{talk.date|date("l, jS \\o\\f F Y")}}{% endif %}.