English
The last_watched_lessons list contains the ID of the last lessons watched by the current user, ordered by most recent
last_watched_lessons
{% last_watched_lessons[lesson_id] %}
{% for lesson in last_watched_lessons %} {% assign lesson_data = all_lessons[lesson] %} - {{ lesson.name }} {% endfor %}
- Introduction - Advanced Course Intro