{% for interview in interview_info %}
  • {{ interview['title'] }}{% if interview['subtitle'] %} {% endif %}
  • {% endfor %}