Call partials stored in LetContext
Fixes #649, call partials stored in LetContext as call Expressions now is supported:
{{< foo }} This is foo {{/ foo }}
{{ let bar = scope.templateContext.partials.foo }}
<p>{{ bar() }}</p>
Fixes #649, call partials stored in LetContext as call Expressions now is supported:
{{< foo }} This is foo {{/ foo }}
{{ let bar = scope.templateContext.partials.foo }}
<p>{{ bar() }}</p>