Welcome to SvelteKit

Visit svelte.dev/docs/kit to read the documentation

{#each $recipes.items as item} {item.name}
{item.desc} {/each}