{#if error || !photo || !album}
Photo Not Found
{error || 'The photo you\'re looking for doesn\'t exist.'}
← Back to Photos
{:else}
Photos
→
{album.title}
→
Photo {navigation.currentIndex} of {navigation.totalCount}
{#if navigation.prevPhoto}
Previous
{:else}
Previous
{/if} {#if navigation.nextPhoto}
Next
{:else}
Next
{/if}
{/if}