Skip to content

Instantly share code, notes, and snippets.

@rsleggett
Created October 22, 2012 18:02
Show Gist options
  • Save rsleggett/3933020 to your computer and use it in GitHub Desktop.
Save rsleggett/3933020 to your computer and use it in GitHub Desktop.
Basic DD4T page template
@model DD4T.ContentModel.IPage
@{
Layout = "~/Views/Shared/_Layout.cshtml";
}
<h1>Hello from landing page: @Model.Title</h1>
<ul>
<li>I live in: @Model.StructureGroup.Title</li>
<li>I have @Model.ComponentPresentations.Count component presentations</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment