@model BlogPostModel @{ //page title ViewBag.Title = T("Admin.ContentManagement.Blog.BlogPosts.AddNew").Text; } @using (Html.BeginForm()) {