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
investigate creating a try-except like approach to blocks that should be rendered or hidden as a whole depending on all succeeding
without it we need to surround template sections with exhaustive pro-active testing for possible errors through {% if %} ... {% endif %}
{% if %} ... {% endif %}
see interesting answer at https://stackoverflow.com/questions/21692387/jinja2-exception-handling#answer-58434921 providing some trick to handle block-like exception handling in jinja2
The text was updated successfully, but these errors were encountered:
marc-portier
No branches or pull requests
investigate creating a try-except like approach to blocks that should be rendered or hidden as a whole depending on all succeeding
without it we need to surround template sections with exhaustive pro-active testing for possible errors through
{% if %} ... {% endif %}
see interesting answer at https://stackoverflow.com/questions/21692387/jinja2-exception-handling#answer-58434921
providing some trick to handle block-like exception handling in jinja2
The text was updated successfully, but these errors were encountered: