{#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 showBackButton && backHref && backLabel} {/if}