We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe5992 commit 98db8c0Copy full SHA for 98db8c0
1 file changed
packages/patternengine-node-nunjucks/lib/engine_nunjucks.js
@@ -4,6 +4,8 @@
4
- Look into if we need to handle partials in the render method
5
- Add try catch blocks to prevent Pl from crashing
6
- Test methods of including files
7
+ - Add a way to extend the Nunjucks instance from the PL instance
8
+ - This could be used to add our lodash filters. That way we're seperating concerns properly and making the engine more flexible.
9
- Compare features and syntax with the mustache version so we can document
10
- Document and submit to PatternLab
11
*/
0 commit comments