From a32532d5ae339cf3dcde1bd0b684e7bd7f8c51fc Mon Sep 17 00:00:00 2001 From: Lars Erik Rosengren Date: Sun, 15 Oct 2017 13:09:07 +0200 Subject: Add scope when importing macros --- testing/templates/import.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') 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) %} -- cgit