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