Files
Sebastiaan Janssen 8268cfb10c Rename Layout to Master
2016-09-11 11:48:04 +02:00

11 lines
237 B
Plaintext

@using OurUmbraco.Our.Models
@inherits UmbracoTemplatePage
@{
Layout = "~/Views/Master.cshtml";
}
<div class="plain">
<!-- search OVERVIEW START -->
@Html.Action("Render", "Search")
<!-- search OVERVIEW END -->
</div>