}
private void buildEngine(){
if (isClassPresent("freemarker.template.Template")) {
this.plugin = new FreemarkerPlugin(configs);
logger.debug("Using Freemarker as Template Engine");
}
else if (isClassPresent("org.apache.velocity.Template")) {
this.plugin = new VelocityPlugin(configs);