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

Unable to load albums

{error}

{:else if allAlbums.length === 0}

No albums yet

Photo albums will be added soon

{:else}
{#each allAlbums as album} {#if album.coverPhoto}
{:else}
📷
{/if}

{album.title}

{#if album.description}

{album.description}

{/if}
{#if album.date} {formatDate(album.date)} {/if} {#if album.location} 📍 {album.location} {/if} {album.photoCount} photos {#if album.hasContent} 📖 Story {/if}
{/each}
{#snippet loading()}
{/snippet} {#snippet error()}

{lastError || 'Failed to load albums'}

{/snippet} {#snippet noData()}

You've reached the end

{/snippet}
{/if}