smfoote / tornado

HTML templates with asynchronous rendering, built with JavaScript.
http://smfoote.github.io/tornado/
Apache License 2.0
8 stars 3 forks source link

Dotted paths with no value cause an error #53

Closed smfoote closed 9 years ago

smfoote commented 9 years ago

If your template contains {a.b}, and your context is {}, an error is thrown.

This needs: