LT模板引擎
LT - Little Template engine of {{mustache}}
其他特性:
-  
嵌套路径
 
LT 像JavaScript 一样支持嵌套路径,注意不能你不能读取 null 或者是未定义的值。
this is {{path.to.value}} 
-  
父路径
 
../ 是指引用父路径
{{#child}}     {{../name}} {{/child}} 
-  
速度极快
 
评论
下载APPLT - Little Template engine of {{mustache}}
其他特性:
嵌套路径
LT 像JavaScript 一样支持嵌套路径,注意不能你不能读取 null 或者是未定义的值。
this is {{path.to.value}} 
父路径
../ 是指引用父路径
{{#child}}     {{../name}} {{/child}} 
速度极快