Hello,
I have generally no idea how I can get child pages from one child page under the same parent page via twig?
For example I have a box page inside another page. And for example I want to get information from other boxes in this page and want to display it in that box.
I know there is a way with the find function where I have to put in the exact path, but I'm looking for a general solution without any direct path. Therefore I want to get the parent of this child and then a collection of all childes of this parent.
How can I do that in twig?
Thanks a lot!