{#key tourStepKey}
{tourStep?.title || "-"}
{`${tourStepIdx + 1}/${tourSteps?.length}`}
{#if tourStep.layout} {:else} {tourStep?.body || ""} {/if}
{/key}