If you are like me, you want to have a dynamic number that is not based on the length of the collection or the built-in var, which you can use as values ββand default values ββduring capture to work wonders.
{% capture count %}{{include.count|default:16}}{% endcapture %} {% for num in (1...count) %} {{num}} {% endfor %}
source share