wbond / pybars3

Handlebars.js template support for Python 3 and 2
GNU Lesser General Public License v3.0
179 stars 46 forks source link

fix line_num when handlebar rendering is failing #81

Open philippkeller opened 1 year ago

philippkeller commented 1 year ago

Fixing the line_num in the render template exception.

The line_num was wrong - it was the number of lines in the whole template instead of where the error happened