-
-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
raise exception if variable is not defined in context for a template #307
Comments
This is not yet supported. |
So you mean that there is no way even to get the identifier names in a template? |
Yes, that's correct. There is no official or supported way to do so. I don't know about custom solutions though. |
There are 2 issues in here:
|
If these issues are resolved then yes we can implement what @EmadHelmi needs manually |
say this is my
template
file:and in this simple code I want to render the template
In a way I want to get an error if the defined context does not match the variables in the template or get used variable names in the template. How can I do this?
The text was updated successfully, but these errors were encountered: