<% startingIndex = this.startingIndex; if(this.startingIndex==undefined){ var startingIndex = 0; } var albumName = '' if (this.photos.data[0].album){ //from photos albumName = this.photos.data[0].album.name; }else if(this.name){ //from albums albumName = this.name; } %>