UNPKG

phnq_ejs

Version:

Embedded JavaScript templating tool

27 lines (26 loc) 240 B
it should correctly scope using 'with' ========== { _locals: { one: { two: { three: { foo: "bar", bubba: "gump" } } } } } ========== {with one.two.three} ${foo} ${bubba} {/with} ========== bar gump