Getting child content rendered in the core layout

--HG--
branch : theming
This commit is contained in:
Nathan Heskew
2010-09-08 22:41:46 -07:00
parent 899abcca96
commit ecf192dc65

View File

@@ -12,6 +12,9 @@
<div id="main">
<div id="content-wrapper">
<div id="content">
@{
Model.Content.Add(Model.Metadata.ChildContent, "5");
}
@Display(Model.Content)
</div>
</div>