@model IList @{ ViewBag.Title = "More For Less - Blog"; }
@foreach(Backend.Domain.NewsDTO blog in Model) {

@blog.Title

di @blog.UserUpdate - @blog.LastUpdate.ToLongDateString() Commenti non attivi

@Html.Raw(blog.Introduction)

}