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
if
Hi there :)
There is no documentation for using multiple conditions in an if statement.
e.g.
{% if variable and variable2 %} Both are true {% endif %}
There is a stackoverflow thread on this issue that demonstrates demand for this.
Take care
The text was updated successfully, but these errors were encountered:
Document if statement with multiple conditions
0b60c88
Closes mozilla#1284
Document if statement with multiple conditions (fr). refs mozilla#1284
a8dd6e1
85918ef
7ddd747
Successfully merging a pull request may close this issue.
Hi there :)
There is no documentation for using multiple conditions in an
if
statement.e.g.
There is a stackoverflow thread on this issue that demonstrates demand for this.
Take care
The text was updated successfully, but these errors were encountered: