Blog Posts
{#each posts as post, num}
{post.title}
{when(post.date)}
{/each} {#if posts.length == 0}
No blog posts yet. Watch this space!
{/if}