Trimou是一个Java的模板引擎,实现了Mustache,但是HelpersAPI灵感来自于Hadlebars.js。项目的目的是为了提供一个简单易于扩展的模板引擎。支持模板继承。
Mave
<depedecy> <groupId>org.trimou</groupId> <artifactId>trimou-core</artifactId> <versio>${versio.trimou}</versio></depedecy>示例代码
Mustache mustache = MustacheEgieBuilder .ewBuilder() .build() .compileMustache("hello", "Hello {{this}}!");System.out.pritl(mustache.reder("world"));






评论