public interface Template
boolean isBase()
void compile() throws IOException, TemplateParsingException, TemplateCompilationException
void execute(Map<String,Object> bindings, Writer out) throws IOException, TemplateParsingException, TemplateCompilationException, TemplateExecutionException