babashka/test-resources/lib_tests/templates/any.html

4 lines
93 B
HTML
Raw Permalink Normal View History

2021-05-06 10:53:59 +00:00
{% for p in products %}
{% if any p.a p.b p.c p.d p.e p.f p.g %}{% endif %}
{% endfor %}