dawa Hi, yes it is possible. You can add a template filter to the pagelist options of your navigation. For example:
<@ newPagelist { template: 'page|post' } @>
would only have pages using a template with a name that either contains page
or post
.
Check out the docs for newPagelist
and the Recursive Navigations for more info.