tj / consolidate.js

Template engine consolidation library for node.js
3.48k stars 357 forks source link

Use `allowInlineIncludes` and `path` option for twig engine #321

Closed mgrsskls closed 5 years ago

mgrsskls commented 5 years ago

Twig allows to include partials. Unfortunately this is possible at the moment when using consolidate, since it doesn't pass the options allowInlineIncludes and path to twig.js.

doowb commented 5 years ago

@mgrsskls thanks! I'll merge now and get a new version with other changes published soon.