{#each photos as photo, index}
{photo.name}, {photo.location.name}, {photo.location.country.name}
{/each}
{#if viewer}
05
{/if}
{#if viewer}

Apr 6th, 2019

{/if}
{#if !viewer}
    {#each photos as page, index}
  1. {/each}
{/if}
{#if viewer}
    {#each photos as page}
  1. {/each}
{/if}