I'm trying check if a container is present or not in groovy script but it's throwing null pointer exception I'm handling that as below,getPage(parent).recurse { page -> def content = page.node def property = content.get('sling:resourceType') if (property == "project/c...