Hi everyone,
I found that many templates in my app had the same basic structure:
an header, a body, a tail. So, thanks to 'onload' tbs feature, I thought that
it would be faster to create a meta-template, a template that holds this
structure, and to include the body of the page using a line like
In this way, I think that my templates are more efficient.
Thanks for your work, guys! :)