Skip to content

Commit 72e1fc5

Browse files
authored
Merge pull request #333 from mgrsskls/master
Use `namespaces` option for twig engine
2 parents 9f4e776 + fffd15b commit 72e1fc5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/consolidate.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,7 @@ exports.twig.render = function(str, options, cb) {
674674
var templateData = {
675675
data: str,
676676
allowInlineIncludes: options.allowInlineIncludes,
677+
namespaces: options.namespaces,
677678
path: options.path
678679
};
679680
try {

0 commit comments

Comments
 (0)