@inherits Umbraco.Web.Macros.PartialViewMacroPage @{ var blogSelection = CurrentPage.Site().FirstChild("BlogPostRepository").Children("BlogPost").Where("Visible"); }
@Umbraco.Truncate(post.Introduction, 240, true)