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