Add WebCms
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@inherits UmbracoTemplatePage
|
||||
@{
|
||||
Layout = "Master.cshtml";
|
||||
}
|
||||
@CurrentPage.GetGridHtml("content", "fanoe")
|
||||
|
||||
@section Form{
|
||||
@Html.Action("Index", "LeafInput")
|
||||
}
|
||||
Reference in New Issue
Block a user