babashka/test-resources/lib_tests/templates/any.html
2021-05-06 12:53:59 +02:00

3 lines
93 B
HTML

{% for p in products %}
{% if any p.a p.b p.c p.d p.e p.f p.g %}{% endif %}
{% endfor %}