{metaTags.title} {#each Object.entries(metaTags.openGraph) as [property, content]} {/each} {#each Object.entries(metaTags.twitter) as [property, content]} {/each} {#if galleryJsonLd} {@html ``} {/if} {#if error}

Not Found

{error}

{:else if type === 'album' && album}

{album.title}

{#if album.description}

{album.description}

{/if}
{#if album.date} 📅 {formatDate(album.date)} {/if} {#if album.location} 📍 {album.location} {/if} 📷 {album.photos?.length || 0} photo{(album.photos?.length || 0) !== 1 ? 's' : ''}
{#if photoItems.length > 0} {:else}

This album doesn't contain any photos yet.

{/if}
{:else if type === 'photo' && photo}
{photo.title
{#if photo.title}

{photo.title}

{/if} {#if photo.caption || photo.description}

{photo.caption || photo.description}

{/if} {#if photo.exifData}
{/if}
{/if}