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
This is not currently possible because I'd need to use the inja::Renderer() class to reproduce the same processing, and this class is not designed for extensions like this (it will just error due to missing data variables).
Jinja has a Meta API that returns useful details about the parsed template.
render()
The text was updated successfully, but these errors were encountered: