Fix for #1 - incorrect context for partials.
Partials now receive a flattened version of the parent context, including a cloned Mustache instance (if the root context is a Mustache instance). There may be issues with cloning, for example: if a pragma is enabled in the parent template, partials might also inherit the pragma. Added (basic) test case for partials.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
Children of {{name}}:
|
||||
{{>children}}
|
||||
Reference in New Issue
Block a user