{#each safeRenderableLines as line (line.id)}
{#if $uiSettings.showTimestamps && line.lineIndex === 0} {/if}
{@html line.content}
{/each}