We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ce809 commit d8c9a34Copy full SHA for d8c9a34
README.md
@@ -449,8 +449,11 @@ If all that is true return true.
449
If any is not true, return false.
450
451
SAMPLE USAGE:
452
+
453
+ ```jinja
454
{% from 'color_multi_tool.jinja' import chkNAME %}
455
{{ chkNAME('orange') | bool }}
456
+ ```
457
458
REMEMBER:
459
This always returns text, so cast to bool on the other end to be
@@ -472,8 +475,11 @@ If any is not true, return false.
472
475
You also get the RGB color code for each of the color names.
473
476
474
477
478
479
480
{% from 'color_multi_tool.jinja' import color_list() %}
481
{{- color_list().split('\n') | list -}}
482
483
484
### Other Info
485
0 commit comments