let tmlPath = 'C:\\Program Files\\nodejs\\node_global\\node_modules\\resourcedoor\\src\\template\\tml.html';
let content = nunjucks.render(tmlPath, {...})
the error
Error: template not found: C:\Program Files\nodejs\node_global\node_modules\resourcedoor\src\template\tml.html
the code
the error