Skip to content

Instantly share code, notes, and snippets.

@mikeedwards83
Last active September 15, 2016 10:08
Show Gist options
  • Save mikeedwards83/0978691adef22cb84374fe4fb8b4a6b4 to your computer and use it in GitHub Desktop.
Save mikeedwards83/0978691adef22cb84374fe4fb8b4a6b4 to your computer and use it in GitHub Desktop.
<div>
@Html.Sitecore().Placeholder("main");
</div>
Layout - Layout.cshtml
Renderings:
View1.cshtml - content
View2.cshtml - content
<div>
<h1>Title</h1>
@Html.Sitecore().Placeholder("content");
</div>
<div>
<h3>Title</h3>
@Html.Sitecore().Placeholder("content");
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment