@model Project_63135350.Models.Model_63135350.News_63135350 @{ }
@if (Model != null) {

@Model.Title

@Model.Description
@Html.Raw(Model.Detail)
}