{#if posts.length === 0}
You've found void in the space.
{:else}
Recent {#if tagQuery}
{tagQuery}
{/if} posts
{#if tagQuery}
See all posts
{/if} {/if}
{#each posts as post}
{post.title}
{@html post.preview}
{/each}