-
setup:
I tried to find possible clues in the docs w/o success.
Pls help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You have to pass the context In other words |
Beta Was this translation helpful? Give feedback.
You have to pass the context
.
as data toincludeTemplate
.In other words
{{ includeTemplate "test" . }}
should work