{#each photos as photo, index} {photo.name}, {photo.location.name}, {photo.location.country.name} {/each}
goToPhoto('prev')} >
goToPhoto('next')} >
{#if viewer} {/if}
{#each photos as photo, index}

{photo.name}

{photo.location.name}, {photo.location.country.name}

{/each}
{#if viewer}

{formatDate(currentPhoto.date, 'FULL')}

{/if}
    {#each photos as page, index}
  1. goToPhoto(index)}>
  2. {/each}