{% for msg in messages %}
Q: {{ msg.question }}
{{ msg.content | rewrite_paths(session_id) | html_charts_to_iframes | markdown | safe }}
{% endfor %}