try { @foreach (var newsArticle in newsList.Single()) { <a href="@newsArticle.Path">@newsArticle.Title</a> } } Catch { }