课程目录
{% for item in contents %}
{{ item.title }}
    {% for lesson in item.children %} {% set url = url({'for':'web.chapter.show','id':lesson.id}) %} {% set active = (chapter.id == lesson.id) ? 'active' : 'normal' %}
  • {% if lesson.me.owned == 1 %} {{ lesson.title }} {% else %} {{ lesson.title }} {% endif %}
  • {% endfor %}
{% endfor %}