diff --git a/WebCms/Views/MacroPartials/BannerHeadline.cshtml b/WebCms/Views/MacroPartials/BannerHeadline.cshtml new file mode 100644 index 0000000..edcba4a --- /dev/null +++ b/WebCms/Views/MacroPartials/BannerHeadline.cshtml @@ -0,0 +1,5 @@ +@inherits Umbraco.Web.Macros.PartialViewMacroPage + @{ + var title = Model.MacroParameters["Title"]; + } +

@title

\ No newline at end of file diff --git a/WebCms/WebCms.csproj b/WebCms/WebCms.csproj index 41d0f15..8c12cca 100644 --- a/WebCms/WebCms.csproj +++ b/WebCms/WebCms.csproj @@ -876,6 +876,7 @@ + Web.config