diff options
Diffstat (limited to 'testing/templates/deep-nested-macro.html')
-rw-r--r-- | testing/templates/deep-nested-macro.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/templates/deep-nested-macro.html b/testing/templates/deep-nested-macro.html index 39e8e91..c34dd5f 100644 --- a/testing/templates/deep-nested-macro.html +++ b/testing/templates/deep-nested-macro.html @@ -1,2 +1,2 @@ -{%- import "nested-macro.html" as libk -%} -{%- call libk::parent() -%} +{%- import "nested-macro.html" as libi -%} +{%- call libi::parent() -%} |