节点电子邮件模板 – 了解文件结构

我已经搞乱了我的目录和path,以至于我刚刚从github上发布了原文

var path = require('path') , templatesDir = path.resolve(__dirname, '..', 'templates') , emailTemplates = require('../../') , nodemailer = require('nodemailer'); 

如果这是我寻找他们的地方。 有人可以解释我的电子邮件模板保存在哪里? 我正在使用基本的快速文件结构,所以就在我的应用程序文件中我有app.js,它包含此代码。 感谢任何知道的人。 我正在耗尽的东西尝试。