Skip to content

Commit d29c831

Browse files
dnwhtebmuenzenmeyer
authored andcommitted
Remove extra comments
1 parent a9470fd commit d29c831

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/patternengine-node-nunjucks/lib/engine_nunjucks.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,6 @@ var engine_nunjucks = {
8585
},
8686

8787
// 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" %}
9788
findPartials: function findPartials(pattern) {
9889
var matches = pattern.template.match(this.findPartialsRE);
9990
return matches;

0 commit comments

Comments
 (0)