Let say that I load a partial in the template file, how can I automatically add the file extension, so when I do this
{include file='partials/head'}
{include file='partials/head.tpl'}
'loader' => new Mustache_Loader_FilesystemLoader('/resources/views', ['extension' => '.tpl.php'])