{% for message in conversation %} {% if message.type == 'bot' %}
(参考链接:
{{ message.link }}
)
{{ message.text }}
{% endif %} {% endfor %}