JavaScript模板引擎:LT

jopen 11年前

LT - Little Template engine of {{mustache}}

其他特性:

  • 嵌套路径

LT 像JavaScript 一样支持嵌套路径,注意不能你不能读取 null 或者是未定义的值。

this is {{path.to.value}}
  • 父路径

../ 是指引用父路径

{{#child}}     {{../name}} {{/child}}
  • 速度极快

现代化 Mustache-style 模板引擎基准

JavaScript模板引擎:LT

https://github.com/rhyzx/lt