Hey, is there any way to support template inheritance programmatically? Right now, we are limited to calling
{extends file='html.tpl'}
in the first line of every template we want to inherit from html.tpl.
However, this can also be done inside the smarty fetch call, see: http://www.smarty.net/docs/en/resources.extends.tpl
Thanks for the awesome module though