Skip to content

Commit

Permalink
feat: added HomePage view
Browse files Browse the repository at this point in the history
  • Loading branch information
Imran committed Nov 11, 2020
1 parent 84113c4 commit 1c8d5f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@
<Content Include="Views\Partials\Grid\Bootstrap3.cshtml" />
<Content Include="Views\Partials\Grid\Bootstrap3-Fluid.cshtml" />
<Content Include="Views\Partials\BlockList\Default.cshtml" />
<Content Include="Views\HomePage.cshtml" />
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>
Expand Down
9 changes: 9 additions & 0 deletions Source/BackOfficeContentBlocker.Web/Views/HomePage.cshtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@inherits Umbraco.Web.Mvc.UmbracoViewPage<ContentModels.HomePage>
@using ContentModels = Umbraco.Web.PublishedModels;
@{
Layout = null;
}

<h1>
Home Page
</h1>

0 comments on commit 1c8d5f8

Please sign in to comment.