{% extends "base.html" %} {% block title %}{{ item.name }}{% endblock %} {% block content %}
{% if "<" in item.abstract %} {{ item.abstract | safe }} {% else %} {{ item.abstract }} {% endif %}
{% endif %} {% if item.description %}{% if "<" in item.description %} {{ item.description | safe }} {% else %} {{ item.description }} {% endif %}
{% endif %}Speakers: {% for p in item.people %} {{ p.name }} {% endfor %}