@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage @using ContentModels = Umbraco.Cms.Web.Common.PublishedModels @using Portfolio.Core.Extensions @{ Layout = "Master.cshtml"; var projects = Model.Children().Where(x => x.IsVisible()); }

@Model.Title

@if (projects != null && projects.Any()) { }