Get the path to a specific template
String getTemplatePath(String templateName) { return p.join(templatesBasePath, templateName); }