From 4f2176a3ad2d174c40617c9f3af13b6bd8270b29 Mon Sep 17 00:00:00 2001 From: bott Date: Fri, 7 Sep 2018 19:28:21 +0200 Subject: Fix deep nested imports in macro calls --- testing/templates/deep-import-parent.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 testing/templates/deep-import-parent.html (limited to 'testing/templates/deep-import-parent.html') diff --git a/testing/templates/deep-import-parent.html b/testing/templates/deep-import-parent.html new file mode 100644 index 0000000..6aa6009 --- /dev/null +++ b/testing/templates/deep-import-parent.html @@ -0,0 +1,2 @@ +{%- import "deep-import-child.html" as libj -%} +{% call libj::parent() %} -- cgit