{#if recent.length > 0} Zuletzt hinzugefügt {#each recent as r (r.id)} {#if r.image_path} {:else} 🥘 {/if} {r.title} {#if r.source_domain} {r.source_domain} {/if} {/each} {/if}