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
I'm on a Mac using python 3.9 w/ the latest version of curlylint.
curlylint test.html
The general syntax validation seems to work well up until this step. Possible could the template tags be stripped out for this particular test? Or allow close / open tags out of sequence inside an if statement?
Or ideas for a better way to write jinja are also welcome :)
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for the neat tool!
I've run into an issue with jinja2 when close a html tag inside of a jinja2 if statement. Something simple like this -
will produce this error:
I'm on a Mac using python 3.9 w/ the latest version of curlylint.
The general syntax validation seems to work well up until this step. Possible could the template tags be stripped out for this particular test? Or allow close / open tags out of sequence inside an if statement?
Or ideas for a better way to write jinja are also welcome :)
Thanks!
The text was updated successfully, but these errors were encountered: