Skip to content

Instantly share code, notes, and snippets.

@kgiszewski
Created June 19, 2018 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kgiszewski/d9a6b08cf64af91cfbadc16651d5572a to your computer and use it in GitHub Desktop.
Save kgiszewski/d9a6b08cf64af91cfbadc16651d5572a to your computer and use it in GitHub Desktop.
@using Archetype.Models
@using Umbraco.Web
@inherits Umbraco.Web.Mvc.UmbracoTemplatePage
@{
var news = Model.Content.GetPropertyValue<ArchetypeModel>("myPropertyAlias").Take(5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment