How to make a for loop in Jinja? July 9, 2023 by Tarik You can create a loop like this: {% for i in range(11) %} {{ i }} {% endfor %}