You can write below code in theme to list out all the pages(Hidden also) which we have created through GUI:
#set($layoutLocalService = $serviceLocator.findService("com.liferay.portal.service.LayoutLocalService"))
#set($topPublicLayouts = $layoutLocalService.getLayouts($layout.getGroupId(),false))
#foreach($layout_page in $topPublicLayouts)





