malgorithms / toffee

a NodeJS and browser templating language based on coffeescript, with the slickest syntax ever
MIT License
174 stars 10 forks source link

Inline includes don't pass back errors #15

Open lchi opened 11 years ago

lchi commented 11 years ago

When rendering out templates with many inline includes, an error isn't passed back when there is one in an included template (using print, snippet, or partial). This would be a nice to have as it would let us know if a template has an error on it.