@model Project_Unite.Models.Skin @{ ViewBag.Title = Model.Name + " - Skin Repository"; ViewBag.Description = Model.ShortDescription; ViewBag.Keywords = "shiftos, shift, shifting, shifted, shifter, " + Model.Keywords; if (!string.IsNullOrWhiteSpace(Model.ScreenshotUrl)) { ViewBag.Image = "http://getshiftos.ml/" + Model.ScreenshotUrl; } }

@Model.Name

...a skin by @Html.UserLink(Model.UserId) on @Model.PostedAt

Screenshot of @Model.Name. Click to show full-size image.

@Model.ShortDescription

@Html.Markdown(Model.FullDescription)