{# task_execution.html :contentReference[oaicite:6]{index=6}​:contentReference[oaicite:7]{index=7} #} {% extends "base.html" %} {% block content %}
{% for msg in chat_history %} {% if msg.role=='user' %}
{{ msg.content }}
{% else %}
{{ msg.content }}
{% endif %} {% endfor %}
{% endblock %}