Filter photos
{#if filtered} {/if}
{#if photos.length}
{#each photos as { id, image, slug, location, title, city }, index (id)}
{image.title}
{/each}

Last updated:

{:else if !filteredCountryExists}

{$page.url.searchParams.get('country').replace(/(^|\s)\S/g, letter => letter.toUpperCase())} is not available… yet 👀

{/if}