mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
Getting child content rendered in the core layout
--HG-- branch : theming
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user