#if($expandChildren && !$displayRichLinks)
#end #macro (drawChildrenLevel $pageNodes $depth) #if (!$action.renderingRichLinksAction && $displayRichLinks) #else #end #end #if ($showRoot) #set ($rootAsList = [$root]) #drawChildrenLevel($rootAsList $depth) #else #drawChildrenLevel($brikitCore.getPermittedChildren($root) $depth) #end