@inherits umbraco.MacroEngines.DynamicNodeContext @* Ensure that the Current Page has children, where the property umbracoNaviHide is not True *@ @if (Model.Children.Where("Visible").Any()) { }