Houses of {location.name}

Houses of {location.name} {location.description ?? 'has no description yet'}
{#if location.credits}

Photos by {#each location.credits as { credit_id: { name, website } }} {#if website} {name} {:else} {name} {/if} {/each}

{/if} {#if latestPhoto} ·

Updated

{/if}
{#if location.has_poster}
{#if location?.hero?.id} Hero photo of {location.name} {/if}
{#if photos.length}
{#each photos as { title, image: { id, title: alt, width, height }, slug, city, date_taken }, index} {/each}
!ended && loadMorePhotos()} > {#if !ended}

See more photos

{:else}

You've seen it all!

{/if}
{#if ended}
{#if location.has_poster} {:else} {/if}
{/if} {#if location.acknowledgement}
Flag of {location.country.name}

{location.acknowledgement}

{/if}
{:else}

No photos available for {location.name}.
Come back later!

{/if}