@model CoreWiki.Models.ArticleCommentListViewModel @foreach (var item in Model.Comments) {
avatar
@item.DisplayName
Commented on @item.Submitted
@item.Content
} @if (Model.Comments.Count() == 10) {
}