dustjs
dustjs copied to clipboard
Feature Request: Custom tags.
e.g.
var dust = require("dustjs-linkedin");
dust.leftOpen = "{{";
dust.rightClose = "}}";
I too like this idea. However I just created a custom build by modifying the dust.pegjs definition file.
@cmc19 Oh cool. Thanks for pointing that out.