@foreach(ContentNode atozItem in allContent.Where(i => i.Title.StartsWith(currentLetter))){ //Code to output listing goes here }