{#if file.size}
{formatFileSize(file.size)}
• {/if} {#if file.content}
{getLineCount(file.content)} extracted lines
Formatting may be inconsistent from source.
{/if}
{file?.content ?? 'No content'}