getTemplatePath method

String getTemplatePath(
  1. String templateName
)

Get the path to a specific template

Implementation

String getTemplatePath(String templateName) {
  return p.join(templatesBasePath, templateName);
}