{#if status == 404} 404 - Page Not Found {:else} {status} - {error.message} {/if}
I'm sorry for that. If this is a repeated problem, try contacting me (me@danbulant.eu)
Go to my home page
{#if posts && posts.length > 0}
OR
Read one of the blog posts
{#each posts.slice(1, 6) as post (post.title)}
{/each}
{/if}