{#each chunk(schueler, 25) as slice}
{slice[0].Klasse} Stand: {datum(new Date())}
{#each slice as s}
{#await foto(s) then f} Foto {:catch} Kein Foto {/await}
{s.Name}, {s.Vorname}
{/each}
{/each}