Currently you can add Nunjucks extensions using this in your app.js after the init method is called:
prototype.nunjucks.addExtension()
However it might be nice to also enable extensions to be passed into the init method directly, mainly as a convenience method.
There might also be some subtleties to do with the order in which things happen.
Currently you can add Nunjucks extensions using this in your app.js after the init method is called:
prototype.nunjucks.addExtension()However it might be nice to also enable extensions to be passed into the init method directly, mainly as a convenience method.
There might also be some subtleties to do with the order in which things happen.