@{ Layout = "~/Views/Shared/_ReferenceLayout.cshtml"; } @using NzbDrone.Common @using NzbDrone.Web.Helpers @using StackExchange.Profiling @section HeaderContent { @if (string.IsNullOrWhiteSpace(ViewBag.Title) || String.Equals(ViewBag.Title, "NzbDrone", StringComparison.InvariantCultureIgnoreCase)) { ViewBag.Title = "NzbDrone"; } else { ViewBag.Title = String.Format("{0} - NzbDrone", ViewBag.Title); }