From 3232b820101d55b8fc4e6bb1b84f6417fe970a06 Mon Sep 17 00:00:00 2001 From: Samuel Birch Date: Thu, 2 Jan 2020 14:20:50 +0000 Subject: [PATCH] this.importFile => this.template.importFile --- src/tags/render.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tags/render.js b/src/tags/render.js index 5e5c75f..98122ea 100644 --- a/src/tags/render.js +++ b/src/tags/render.js @@ -65,7 +65,7 @@ module.exports = function (fractal) { template = file; } else { - template = this.importFile(file); + template = this.template.importFile(file); } return {