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

4 lines
70 B
HTML

{% for p in ps %}
{% if p.a > p.b %}
{% endif %}
{% endfor %}