import com.chunktemplates.ChunkTemplate;
ChunkTemplate template = new ChunkTemplate();
template.loadTemplateFile("template.html");
template.put("user", currentUser);
template.put("products", productList);
String output = template.render();
properties
template.path=/path/to/templates
cache.enabled=true
cache.expiry=3600
functions.path=/path/to/functions
filters.path=/path/to/filters