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-child.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 testing/templates/deep-import-child.html (limited to 'testing/templates/deep-import-child.html') diff --git a/testing/templates/deep-import-child.html b/testing/templates/deep-import-child.html new file mode 100644 index 0000000..268d6d0 --- /dev/null +++ b/testing/templates/deep-import-child.html @@ -0,0 +1,4 @@ +{%- import "nested-macro.html" as libi -%} +{%- macro parent() -%} + {% call libi::parent() %} +{%- endmacro -%} -- cgit