velocity icon indicating copy to clipboard operation
velocity copied to clipboard

A node velocity template engine. Node 版 velocity 模板引擎。

Results 12 velocity issues
Sort by recently updated
recently updated
newest added

`Click` 在method后边的括号位置报错

页面怎么使用?引用哪个js文件 ?能否给个完整的demo?

问题描述: 有两个模版文件 a.vm 和 b.vm, 前者定义了一个 macro ,后者通过 parse 指令解析前者并调用其定义的 macro --- 在 java 版中这样做是可以的,node 版会报 macro 未定义的错误

应该是 $ cd examples 然后才是 $ cd hello

好像没有提到怎么使用layout,不知道支不支持呢?

I'm the first one to write in english, hooray! I noticed that even if the line is pure logic, it still outputs an empty line, is there a way to...

Error: Lexical error on line 8. Unrecognized text. ...avStatus[0] == "m1" and $navStatus[1] == 在判断真假时使用and报错

- add `compile` method to support simple precompiling. More work should be done to achieve further performance improvement. - add benchmarks 1. velocity without precompiling 2. nunjucks without precompiling 3....

enhancement