I started learning closure javascript template library . Is it possible to create local variable inside a closure template soy file ? I tried using
$i=1;
but it prints $i=1
on screen in place of declaring it.
I had looked inside examples at http://code.google.com/p/closure-templates/source/browse/trunk/examples/features.soy but didn't find same type of example.