Skip to content
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

Allow boolean negation #83

Closed
sifo opened this issue Apr 26, 2018 · 1 comment
Closed

Allow boolean negation #83

sifo opened this issue Apr 26, 2018 · 1 comment

Comments

@sifo
Copy link

sifo commented Apr 26, 2018

On version 0.6.3, the following template compile correctly:
{% if my_bool %} Hello {% endif %}

But with boolean negation:
{% if !my_bool %} Hello {% endif %}

We have the error:
message: unable to parse template

@djc djc closed this as completed in 08dbe0a Apr 27, 2018
djc added a commit that referenced this issue Apr 27, 2018
@djc
Copy link
Owner

djc commented Apr 27, 2018

I've released this as 0.6.4, thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants