Noch keine Kommentare.
{#if cookingLog.length > 0} Kochjournal {#each cookingLog.slice(0, 20) as entry (entry.id)} {new Date(entry.cooked_at).toLocaleString('de-DE')} {/each} {/if}