We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafd7cf commit 7a7a8b9Copy full SHA for 7a7a8b9
docs/usage/main_statements.md
@@ -80,9 +80,6 @@ I.e. left part of this expression (before 'if') is a true-branch of the statemen
80
forloop.prev = {{ forloop.prev }}</br>
81
forloop.next = {{ forloop.prev }}</br>
82
forloop.index = {{ forloop.prev }}</br>
83
- {% if not forloop.first %}
84
- prev_url = {{ children_list[forloop.index0 - 1].url }}</br>
85
- {% endif %}
86
<a href="{{ child.url | absolute_url }}">{{ child.title }}</a>
87
{% endif %}
88
{% endfor %}
0 commit comments