@if (TempData["Success"] != null) { } @if (TempData["Error"] != null) { } @if (TempData["Info"] != null) { } @RenderBody()