{#if hasDetails}
{#if title}

{title}

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

{caption || description}

{/if}
{/if} {#if hasMetadata}
{#if exifData?.camera} {/if} {#if exifData?.lens} {/if} {#if exifData?.focalLength} {/if} {#if exifData?.aperture} {/if} {#if exifData?.shutterSpeed} {/if} {#if exifData?.iso} {/if} {#if exifData?.dateTaken} {:else if createdAt} {/if} {#if exifData?.location} {/if}
{/if} {#if albums && albums.length > 0}

This photo appears in:

{#each albums as album} {album.title} {/each}
{/if} {#if showBackButton && backHref && backLabel} {/if}