You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently: jinja engine uses Template class.
But using {% import %} or {% include %} in templates fails, because the loader isn't setup.
Should be: use Environment and a loader (see also #15).
So that import/extends/include works as expected.
Currently: jinja engine uses Template class.
But using {% import %} or {% include %} in templates fails, because the loader isn't setup.
Should be: use Environment and a loader (see also #15).
So that import/extends/include works as expected.
Original discussion at diecutter/diecutter#16
The text was updated successfully, but these errors were encountered: