diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/templates/import.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/templates/import.html b/testing/templates/import.html index 51ddd2f..85538ad 100644 --- a/testing/templates/import.html +++ b/testing/templates/import.html @@ -1,4 +1,4 @@ -{%- import "macro.html" -%} +{%- import "macro.html" as scope -%} -{% call thrice(s) %} +{% call scope::thrice(s) %} |