278279280281282283284
* @param id The id/name of the template * @param type The content type of template * @return a template */ public static Template groovyTemplate(Map<String, ?> model, String id, String type) { return new DefaultTemplate(id, model, type); }