{filename || "Image Viewer"}

{#if loading}
Loading...
{:else if error}
{error}
{:else if imageData}
{filename}
{/if}