File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
packages/patternengine-node-nunjucks/lib Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -85,15 +85,6 @@ var engine_nunjucks = {
85
85
} ,
86
86
87
87
// find and return any Nunjucks style includes/imports/extends within pattern
88
- // EXAMPLES OF NUNJUCKS STYLE PARTIAL INCLUDES
89
- // {% include "atoms-parent" %} [WORKS]
90
- // {% include 'atoms-parent' %} [WORKS]
91
- // {% include "atoms-parent" ignore missing %} [WORKS]
92
- // {% import "atoms-parent" as forms %} [WORKS]
93
- // {% from "atoms-parent" import field, label as description %} [WORKS]
94
- // {% extends "atoms-parent" %} [WORKS]
95
- // {% extends parentTemplate %}
96
- // {% extends name + ".njk" %}
97
88
findPartials : function findPartials ( pattern ) {
98
89
var matches = pattern . template . match ( this . findPartialsRE ) ;
99
90
return matches ;
You can’t perform that action at this time.
0 commit comments