Hi everyone,
I hope I'm not asking a question that has allready been adressed, I'm quite new to Drupal.
I would like to use Contemplate to display the content of all the sub-nodes of a page.
For instance, if I have an "about" page, and I wrote two sub-pages called "about me" and "about this page", I want the website to display the content of those two sub-pages.
I was thinking about building a loop that would go every sub-node of the current page, and displays the elements I want from the nodes ($node->title, $node->content['#children'], and so on).

Does anybody know how I can access the sub-nodes variables ?