Saikumar Chintada
Saikumar Chintada
@sravankorumilli Re-implementing survey to simplify can be converted to issue.
don't know the reason but removing **boards/templatetags/gravatar.py** works
``` $m = new \Mustache_Engine(['strict_variables' => true]); $template = '{{#foo}}{{bar}}{{/foo}}';//'{{^foo}}{{bar}}{{/foo}}' $context = ['nofoo' => ['asd' => 'asd']]; $output = $m->render($template,$context); ``` + As per the PR, this throws `Mustache_Exception_UnknownVariableException` +...
@LeSuisse hey, any updates on the changes?
@Chemaclass As per the issue #284 , the objective is to throw an error for undefined variables. So, my concern was how to throw error if the variable is not...
Luckily, I have found this [https://github.com/bobthecow/mustache.php/pull/325](https://github.com/bobthecow/mustache.php/pull/325). Waiting for this to get merged. @bobthecow