Solved
fetch all page title & description
Sling code to fetch all page title & description under /content
Sling code to fetch all page title & description under /content
@mamathary999 , you can get hold of the parent content node and iterate over, filter any content if needed and then read page properties (use Page Manager if the content is just a bunch of AEM pages) ,add each of them to a data structure like a ArrayList or a Map and finally iterate it on the HTL side.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.