Files
LeafWeb/WebCms/Views/LeafInput.cshtml
T
2016-11-07 12:56:17 -05:00

10 lines
167 B
Plaintext

@inherits UmbracoTemplatePage
@{
Layout = "Master.cshtml";
}
@CurrentPage.GetGridHtml("content", "fanoe")
@section Form{
@Html.Action("Index", "LeafInput")
}