@inherits Umbraco.Web.Macros.PartialViewMacroPage @{ var title = Model.MacroParameters["Title"]; }

@Html.Raw(title)