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