{#if message.from === 'assistant'}
{@html html}
{/if} {#if message.from === 'user'}
{message.content.trim()}
{/if}