tbranyen / combyne

A template engine that works the way you expect.
MIT License
144 stars 19 forks source link

Fixes a major issue with nested filter lookup #44

Closed tbranyen closed 10 years ago

tbranyen commented 10 years ago

When a nested filter was present, it would not properly terminate the outer loop which resulted in over parsing and breaking complex templates.