Todo: {#if text.length > 1}
    {#each text as t}
  • {t}
  • {/each}
{:else} {text} {/if}