{#if isAvatarNearTop}
{:else}
{/if}
{@html renderMarkdown(displayed)}
{#if choices.length > 0}
{#each choices as choice, i (choice.label)} {#if finished} {/if} {/each}
{/if}
{#if showProgress} {stepIndex + 1} / {totalSteps} {/if} {#if showNext && finished} {/if}