Files
2018-09-18 10:24:16 -04:00

5 lines
148 B
Plaintext

@inherits Umbraco.Web.Macros.PartialViewMacroPage
@{
var title = Model.MacroParameters["Title"];
}
<h1 class="headline">@Html.Raw(title)</h1>