@{ Layout = null; } @ViewBag.Title
@if (TempData["message"] != null) {
@TempData["message"]
} @RenderBody()