{#each photoItems as item}
{#if !isAlbum(item) && item.caption}
{item.caption}
{/if}
{/each}