Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
fix render tag for new twig.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihkel Eidast committed Dec 5, 2019
1 parent d25d2a6 commit 0345ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tags/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = function (fractal) {
template = file;
}
else {
template = this.importFile(file);
template = this.template.importFile(file);
}

return {
Expand Down

0 comments on commit 0345ffe

Please sign in to comment.