{#if posts && posts.length > 0} {#each posts as post}
{/each} {:else}
No posts found.
{/if}