{% include 'incl/header.html' %}

{{ person['info']['name'] }}

{% if podcasts['guests'] %}

Episodes

{% endif %} {% if podcasts['hosts'] %}

Hosting

{% endif %} {% if person['videos'] %}

Talks

{% endif %}
{% include 'incl/footer.html' %}