close li tag
This commit is contained in:
parent
b14b5fad89
commit
06f3e447ca
|
@ -75,6 +75,7 @@ the recursive Jinja loop system comes really in.
|
|||
{% if this.is_child_of(child) %}
|
||||
<ul>{{ loop(child.children) }}</ul>
|
||||
{% endif %}
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue