Skip to content

Instantly share code, notes, and snippets.

@kgiszewski
Created June 23, 2014 15:13
Show Gist options
  • Save kgiszewski/3398156ecb8fc1e2f384 to your computer and use it in GitHub Desktop.
Save kgiszewski/3398156ecb8fc1e2f384 to your computer and use it in GitHub Desktop.
Sample Page Builder Template
@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