Skip to content

Commit 7a7a8b9

Browse files
authored
Update main_statements.md
1 parent fafd7cf commit 7a7a8b9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/usage/main_statements.md

-3
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ I.e. left part of this expression (before 'if') is a true-branch of the statemen
8080
forloop.prev = {{ forloop.prev }}</br>
8181
forloop.next = {{ forloop.prev }}</br>
8282
forloop.index = {{ forloop.prev }}</br>
83-
{% if not forloop.first %}
84-
prev_url = {{ children_list[forloop.index0 - 1].url }}</br>
85-
{% endif %}
8683
<a href="{{ child.url | absolute_url }}">{{ child.title }}</a>
8784
{% endif %}
8885
{% endfor %}

0 commit comments

Comments
 (0)