@using KJH55128_Rec.ViewModels @model lotteryDesc @if (Model != null ) {
@Model.Title
@Html.Raw(Model.Content)
}