{#each posts as post}
{post.post.title}
{#each post.post.tags as tag}
{tag}
{/each}
{/each}