v2.6.1
This release fixes two small issues:
- Compiling templates with empty blocks such as
{<foo}{/foo}
leaked compiler data into the template. - Negative numbers can be passed as parameters, e.g. {#foo a=-1 b=-2.3 /}
This release fixes two small issues:
{<foo}{/foo}
leaked compiler data into the template.