{#each items as item, i (item.shortcode ? `emoji-${item.shortcode}` : `account-${item.id}`)}
  • {#if type === 'account'}
    {'@' + item.acct} {:else} {':' + item.shortcode + ':'} {':' + item.shortcode + ':'} {/if}
  • {/each}