@{ var text = (string)TempData[Website.Controllers.BaseController.FlashMessageKey]; } @if(!string.IsNullOrWhiteSpace(text)) {

@text

}