**{{ talk.date | date: "%A, %B %-d, %Y" }}**
{% if talk.timeplace %} {{ talk.timeplace }} {% endif %}
{% if talk.title %}
{{ talk.title }} {% endif %}
{% if talk.abstract %}
{{ talk.abstract }}
{% endif %}
{% if talk.speakerurl %}
{{talk.speaker}}
{% else %} {{ talk.speaker }}
{% endif %}
{% if talk.bio %}
{{talk.bio}}
{% endif %}
-----