Feed

{#if showNewPostForm}
{ showNewPostForm = false; replyingTo = null; }} />
{/if} {#if loading}

Loading feed...

{:else if posts.length === 0}

No posts yet. Be the first to post!

{:else}
{#each posts as post (post.id)} {/each}
{/if}