lestrrat-go / xslate

Powerful Template Engine for Go (port Perl5's Text::Xslate)
MIT License
65 stars 6 forks source link

Fix variable scoping #6

Closed lestrrat closed 10 years ago

lestrrat commented 10 years ago

Now variables are template-scoped, with the ability to mask them in each scope block (like local $foo = ... in Perl)