Photos
{#if photos.length === 0} {:else}
{#each photos as src, i (src + i)}
photo {i + 1}
{/each}
{/if} {#if uploadError}
{uploadError}
{/if}