@{ ViewBag.Title = "Chat"; }

@ViewBag.Title

@section scripts { @if (!ViewBag.IsAuthenticated) { // Get the user name and store it to prepend to messages. } }