List<String> get templatePath { final result = templateFolder.toList(); result.add(templateFileId); return result; }