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
endblock
Jinja allows you to put the name of the block after the end tag for better readability: https://jinja.palletsprojects.com/en/latest/templates/#named-block-end-tags
Currently the endblock tags are not matched if they contain a name.
I've created a pull request to add this support: #135
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Jinja allows you to put the name of the block after the end tag for better readability: https://jinja.palletsprojects.com/en/latest/templates/#named-block-end-tags
Currently the
endblock
tags are not matched if they contain a name.I've created a pull request to add this support: #135
The text was updated successfully, but these errors were encountered: