@model Project_Unite.Models.ApplicationUser @{ ViewBag.Title = Model.DisplayName; ViewBag.Banner = Model.BannerUrl; }
This user hasn't posted anything to their profile just yet. You can follow them to get notified when they do, or you can keep checking back!
} @foreach(var post in Model.Posts.OrderByDescending(x => x.PostedAt)) {Posted on @post.PostedAt:
@Html.Markdown(post.PostContents)