@model Fiserv.CWP.Web.Models.TenantPage @using Fiserv.CWP.Web.Tools @{ ViewBag.Title = Model.Title; } @section Scripts { } @section BaseHref { } @Html.Raw(Model.Content)
Top