Houses of {location.name}

Houses of {location.name} {location.description}

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

{#if latestPhoto} ·

Updated

{/if}
{#if location.has_poster} {/if}
{#if hasIllustration} Illustration for {location.name} {/if}
{#if photos.length}
{#each photos as { title, image: { id, title: alt }, slug, city, date_taken }, index}

{title}

{#if city} {city} ยท{/if}

{alt} {(totalPhotos - index < 10) ? '0' : ''}{totalPhotos - index}
{/each}
{#if ended} {/if}
{:else}

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

{/if}