Created
December 27, 2013 14:42
-
-
Save remcorakers/8147838 to your computer and use it in GitHub Desktop.
DD4T Page view, based on Razor view engine.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@model DD4T.ContentModel.IPage | |
@using DD4T.Mvc.Html | |
@{ | |
ViewBag.Title = @Model.Title; | |
} | |
<h1>@Model.Title</h1> | |
@Html.RenderComponentPresentations() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment