{album ? `Edit ${album.title}` : 'Edit Album'} - Admin @jedmund {#if isLoading}
Loading album...
{:else if error}
{error}
{:else if !album}
Album not found
{:else} {/if}