Blog • Svelte

Blog

{#each data.posts as post} {#if !post.draft}

{post.title}

{post.description}

{/if} {/each}