7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
@inherits UmbracoTemplatePage
|
|
@{
|
|
Layout = "Master.cshtml";
|
|
}
|
|
<div class="home">
|
|
@CurrentPage.GetGridHtml("content", "fanoe")
|
|
</div> |