{#if isLoading}
Loading album...
{:else if error}
{error}
{:else if !album}
Album not found
{:else}
{/if}