+ {#each data.posts as post} + + {post.title} + By {post.author} + + + Published on + + {formatter.format(new Date(post.date))} + + + + {/each} +