@model ContentModel @{ Layout = "~/Views/Shared/_Normal.cshtml"; } @section javascript { } @section header { @Html.Partial("Header", Model) } @Html.Partial("Content", Model)