Better minijinja Error Messages
```cargo
=
```
use ;
minijinja
Output:
Could not render template: template not found: tried to include non-existing template "asdf" (in hello:1)
------------------------------------ hello ------------------------------------
1 > {% include 'asdf' %}
i ^^^^^^^^^^^^^^ template not found
~~~~~~~~~~~~~~~~~~~~~~~~~~~
No referenced variables
-------------------------------------------------------------------------------
-- end of line --