I have small question about overriding template for Specific page in Drupal like this "node/%/custompage". As we know for
node/% is : page--node.tlp.php
node/%/edit : page--node--edit.tpl.php
How about a custom page (I created in my custom module) like this
node/%/custompage
I tried : page--node--custompage.tpl.php
But it seem doesn't work. Thank.