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


上一篇:
下一篇:
切换中文