diff options
Diffstat (limited to 'testing/templates/deep-import-child.html')
-rw-r--r-- | testing/templates/deep-import-child.html | 4 |
1 files changed, 4 insertions, 0 deletions
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 -%} |