@model Project_Unite.Models.BlogPost @{ ViewBag.Title = Model.Name; }
@ViewBag.Error
Posted by @Html.UserLink(Model.AuthorId) at @Model.PostedAt
@Html.UserLink(comment.AuthorId) said on @comment.PostedAt:
@Html.Markdown(comment.Body)