Created
June 23, 2014 15:13
-
-
Save kgiszewski/3398156ecb8fc1e2f384 to your computer and use it in GitHub Desktop.
Sample Page Builder Template
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
@inherits Umbraco.Web.Mvc.UmbracoTemplatePage | |
@using Archetype.Extensions | |
@using Archetype.Models | |
<div> | |
@Html.RenderArchetypePartials(Model.Content.GetPropertyValue<ArchetypeModel>("content")) | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment