{title}
ID {id}
Image Title

{title}

TAGS
{#each tags as tag} {tag} {/each}
METADATA
{#each metadata_entries as entry}
{entry.key}: {#if typeof entry.value === 'object'} {#if isValidOCRDataStructure(entry.value)} {:else}
{JSON.stringify(
										entry.value,
										null,
										2
									)}
{/if} {:else}
{@html marked(entry.value)}
{/if} ({entry.source})
{/each}