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