We have a new template catch-all!

We were wondering how to do when we want a tpl file to reach all sub-levels of its node, without specifying the level of sub-folders.

Let us explain it better. 

The "old" approach, only gave you two options:

tpl.html (affects the very same node it's contained in)

tpl-.html (affects all the children of the node it's contained in)

tpl--.html (affects all the children of the children... etc. etc.)

... and up to
tpl-----.html 

But what if we want to affect ALL sublevels of a given node?

Well, starting from today, you'll have:

tpl^.html

Have a look at the documentation pages to learn more about the new template. 

I'm already going to implement it in our faq pages :)... have fun!