abhishek-ejam
Results
1
issues of
abhishek-ejam
I've created a custom helper that evaulates a conditional expression (similar to if with conditional expression) as below: ``` $this->handlebars->addHelper("compare", function($template, $context, $args, $source){ list($operandSpecName, $operator, $operand2) = explode(" ",$args);...