1
0
Fork 0
mirror of synced 2024-06-16 04:41:09 -04:00

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

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" %}