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