Add mutli-class detail

This commit is contained in:
Tim Byrne 2022-02-21 12:28:29 -06:00
parent e019c6448c
commit 3c282999e8
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
1 changed files with 6 additions and 1 deletions

View File

@ -98,7 +98,12 @@ variable. Only equality can be tested. These blocks must start with
block can also be specified using the directive `{% else %}`. These directives
must appear on lines by themselves. They may not appear on the same line. The
"if" directive only supports testing a single variable, and there is no "elif"
directive as there is in Jinja. Here is an example.
directive as there is in Jinja.
<br><br>
If multiple classes are defined, `yadm.class=="someclass"` will be true if *any*
of the defined classes are "someclass".
<br><br>
Here is an example.
```jinja
{% if yadm.os == "Darwin" %}