Posts

{#each postChunks as postChunk}
{#each postChunk as post, i (post.id)}
{post.id}
{#if post.tags} {#each post.tags as tag (tag)} {/each} {:else} {/if}
{/each}
{/each}
{ page++; getData(); }} />
{#if newBatch.length == 0}

End of posts

{/if}