2014-04-15 14:01:25 +08:00
|
|
|
{% for toc_item in toc %}
|
|
|
|
|
{% for toc_item in toc_item.children %}
|
2014-06-06 07:19:32 +08:00
|
|
|
<li class=""><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
|
2014-04-15 14:01:25 +08:00
|
|
|
{% endfor %}
|
2014-06-06 07:19:32 +08:00
|
|
|
{% endfor %}
|