Add banner headline, missing from new Umbraco version

This commit is contained in:
2018-09-16 21:49:19 -04:00
parent 616ab81bad
commit 15be41b26f
2 changed files with 6 additions and 0 deletions
@@ -0,0 +1,5 @@
@inherits Umbraco.Web.Macros.PartialViewMacroPage
@{
var title = Model.MacroParameters["Title"];
}
<h1 style='font-size:62px;text-align:center'>@title</h1>