I am trying to create a nested menu and want a different page layout if the main page has nested children. The reason is that when there are nested children, I want this submenu to display in a column on the left side, and if not, then show the page as full width. And of course then also the nested children pages should also have this layout with the side column. There are different css classes needed for the grid layout, depending if there is the left column or not. But I'm not sure how to go about this. I was thinking an if/else statement, but I can't seem to find any condition that would render TRUE or FALSE as to whether a page has nested children or not. Any suggestions? I hope this makes sense. It's late and I'm tired and I've been pulling my hair out for hours trying to find a solution.