{% if my_list|length > 10 %} ... {% endif %}
{% set size = my_list | length %}
Great! Thanks! You'd think they'd make this a bit more obvious.
Yeah... thank you for making this publicly available.
Or {{ array | length }} for to print the array length
Great! Thanks! You'd think they'd make this a bit more obvious.
ReplyDeleteYeah... thank you for making this publicly available.
ReplyDeleteOr {{ array | length }} for to print the array length
ReplyDelete