{#if data}
{#each data as paste (paste.id)}
ID: {paste.id} ({paste.size} bytes)
{/each}
{/if}