{% extends 'page.html' %} {% block add_ons %}
{% for post in posts %}
{{post.event}} {% if post.slides %}Slides{% endif %} {{post['last_presented']}}

{{post['title']}}

{% autoescape false %} {{post['abstract']}} {% endautoescape %}

{% endfor %}
{% endblock %}