{{response_data.name}}

{% for item in response_data.response %}
{% if item.type == "text" %}

{{ item.content }}

{% elif item.type == "image" %} Image {% endif %}
{% endfor %}