diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 4fa864c..e5a463f 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -1 +1,59 @@
- Phase 1: Foundations — Suche folgt in Phase 3.Kochwas
- Zuletzt hinzugefügt
+
+ {#each recent as r (r.id)}
+
+
+ {:else}
+
Kochjournal
+
+ {#each cookingLog.slice(0, 20) as entry (entry.id)}
+
+
Suche läuft …
+{:else if searched && hits.length === 0} +Kein Rezept im Bestand für „{query}".
+Bald: Internet durchsuchen.
+Weitersuchen im Internet — Phase 4.
+ {/if} +{/if} + +
Kommentare
+ {#if comments.length === 0} +Noch keine Kommentare.
+ {/if} ++ {#each comments as c (c.id)} +-
+
{c.author}
+ {c.text}
+ {new Date(c.created_at).toLocaleString('de-DE')}
+
+ {/each}
+
+