{#if error}
Photo Not Found
{error}
{:else if photo}
{#if adjacentPhotos().prev}
navigateToPhoto(adjacentPhotos().prev)} type="button" aria-label="Previous photo" >
{/if} {#if adjacentPhotos().next}
navigateToPhoto(adjacentPhotos().next)} type="button" aria-label="Next photo" >
{/if}
{/if}