{{ (msg.role or 'msg')[:2] | upper }}
{{ msg.html_content | sanitize_html }}
{% if msg.branches %}
{{ msg.branches | length }} alternative{{ 's' if msg.branches | length > 1 else '' }}
{% for branch in msg.branches %}Branch {{ branch.branch_index }}
{{ branch.html_content | sanitize_html }}