We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to throw an error if there is a missing variable instead of defaulting to blank?
The text was updated successfully, but these errors were encountered:
It would be useful to have a required syntax as a prefix to a variable name. Like $$!name$$
$$!name$$
Sorry, something went wrong.
No, but you could write a function that walks the compiled template and compiles a list of variables, then use this to test against a Context.
I was thinking about that but it starts becoming more complex with the conditionals.
Successfully merging a pull request may close this issue.
Is there a way to throw an error if there is a missing variable instead of defaulting to blank?
The text was updated successfully, but these errors were encountered: