fix 142 redone for current master (#199)

This commit is contained in:
Stephan Hradek
2022-06-07 10:16:24 +02:00
committed by GitHub
parent ac2132b9c6
commit 39dfdec099
3 changed files with 38 additions and 8 deletions

View File

@@ -155,7 +155,7 @@ func ExtractMacros(
return nil
}
} else {
macro.Template, err = includes.LoadTemplate(base, template, templates)
macro.Template, err = includes.LoadTemplate(base, template, "{{", "}}", templates)
if err != nil {
err = karma.Format(err, "unable to load template")