Advertisement
wingman007

UmbracoBlogList

May 26th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.20 KB | None | 0 0
  1. @inherits Umbraco.Web.Mvc.UmbracoTemplatePage<ContentModels.BlogList>
  2. @using ContentModels = Umbraco.Web.PublishedContentModels;
  3. @{
  4.     Layout = "Master.cshtml";
  5. }
  6.  
  7.  @{ Html.RenderPartial("MyBlogList"); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement