jayson-lennon/pylon

Display `context` when template rendering fails

Closed this issue · 1 comments

There is currently a generic backtrace when a tera template fails to render. We should also include the full context object used to build the page so users can more easily debug their application.

Tera context now displays in the error message on dev server.