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 photos.length}
{#each photos as { title, image: { id, title: alt }, slug, date_taken }, index} {/each}
{#if ended} {/if}
{:else}

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

{/if}