Example of function range usage:
{% for i in range(0, 3) %}
{{ i }},
{% endfor %}
Similarly with filters in templates are available most part of standart functions and some special functions. Full list of available functions you may see below.
Example of function range usage:
{% for i in range(0, 3) %}
{{ i }},
{% endfor %}
Similarly with filters in templates are available most part of standart functions and some special functions. Full list of available functions you may see below.