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