{% extends 'base' %} {% block content_wrapper %}

{{ page.name }}

{% block content %}{% endblock %}
{% for talk in data.talks if talk.speakers.0 == page.name %}
  • {{ talk.title }}
  • {% endfor %} {% endblock %}