Hello all,
I have a Grav site that is using theme learn2, It is a wiki site set up with hierarchical pages with each topic covering a subject and sub-pages covering parts of that topic. What I am wondering is if there is a way to use a twig to pull the title and link of all child pages (or descendent) and create a index link of all found entries. ie if the subject is linux and the child pages are php, mysql and apache. Then I can set the output of the linux page to be a listing of just links to these child pages pages (and if possible using descendents a nested listing.)
Any information is greatly appreciated.