{#await promise}Fotos kommen… {:then fotos} {#each chunk(fotos, 25) as slice}
{slice[0].Klasse} Stand: {datum(new Date())}
{#each slice as s}
{#if s.schuelerfoto} Foto {:else} Kein Foto {/if}
{s.Name}, {s.Vorname}
{/each}
{/each} {:catch error}Fehler {/await}