{% for j in range(0,10) %}
<div class="titre">
<h3>{{ titre[j] }} </h3>
</div>
<div class="resume">
<p> The background-image is repeated as much as possible without clipping.
The first and last image is pinned to either side of the element, and whitespace is distributed evenly between the images</p>
</div>
<div class="date">
<p><span style="font-style: italic;font-weight: bold;">date de publication</span>
{{ date[j] }} </p>
</div>
{% endfor %}
I have a problem with my template especially at the {% for j in range(0,10) %}. I don't understand it sends the error Could not parse the remainder: '(0,10)' from 'range(0,10) here is the error code and message it displays at the bottom