@model dynamic @{ Layout = null; } @Html.SmartTitle(false) @Html.SmartCssFiles(this.Url, ResourceLocation.Head) @Html.CustomHead() @RenderBody() @Html.SmartCssFiles(this.Url, ResourceLocation.Foot)