stefankroes / scribble

Scribble is a customer facing template language similar to Liquid build in Ruby
MIT License
122 stars 7 forks source link

template name, for parse errors. #7

Open ryanong opened 9 years ago

ryanong commented 9 years ago

as I am developing templates and doing integration I am getting a lot of parse errors the issue is however I have no idea where they are because each template lacks a name. It would make debugging a lot simpler if the errors had access to the template name.

stefankroes commented 9 years ago

I agree, this would be very useful! I'm willing to take a look at this but it might be a few weeks before I have time.